|
# 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
|