configpolicy/roles/taiga/files/taiga-events.service

14 lines
283 B
INI

# vim: set ft=systemd :
[Unit]
Description=Taiga Events Server
[Service]
Type=simple
WorkingDirectory=/usr/local/lib/taiga/taiga-events
ExecStart=/usr/local/lib/taiga/taiga-events/node_modules/coffeescript/bin/coffee \
index.coffee
User=taiga
[Install]
WantedBy=multi-user.target