1
0
mirror of https://github.com/alice-lg/alice-lg.git synced 2024-05-11 05:55:03 +00:00

14 lines
281 B
Plaintext
Raw Normal View History

2017-05-29 12:51:04 +02:00
# Alice Looking Glass
2017-05-29 12:51:04 +02:00
description "Alice Looking Glass"
author "Matthias Hannig <mha@ecix.net>"
respawn
respawn limit 20 10
2017-07-03 11:22:32 +02:00
start on runlevel [2345]
2017-05-29 12:51:04 +02:00
stop on runlevel [!2345]
exec su -l alice-lg -c /opt/alice-lg/alice-lg/bin/alice-lg-linux-amd64 2>&1 | logger -i -t 'ALICE LG'