alice-lg/install/upstart/alice-lg.conf
Benedikt Rudolph 41a17fe99f Consequent use of 'alice-lg' instead of 'alicelg'
Replace 'alicelg' on multiple occasions with 'alice-lg'.
* config and default config path
* README.md
* systemd unit, users, paths
* Makefile
2019-01-17 13:58:42 +01:00

14 lines
281 B
Plaintext

# Alice Looking Glass
description "Alice Looking Glass"
author "Matthias Hannig <mha@ecix.net>"
respawn
respawn limit 20 10
start on runlevel [2345]
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'