added example startup script for systemd

This commit is contained in:
Matthias Hannig 2017-05-29 12:51:21 +02:00
parent 3a5b47b92f
commit bf44931034

View File

@ -0,0 +1,12 @@
[Unit]
Description=Alice Looking Glass
Wants=network.target
After=network.target
[Service]
Type=simple
User=alicelg
ExecStart=/opt/ecix/alicelg/bin/alice-lg-linux-amd64
[Install]
WantedBy=multi-user.target