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

15 lines
277 B
Plaintext
Raw Normal View History

2017-05-29 12:51:04 +02:00
# Alice Looking Glass
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 alicelg -c /opt/ecix/alicelg/bin/alice-lg-linux-amd64 2>&1 | logger -i -t 'ALICE LG'
2017-05-29 12:51:04 +02:00