alice-lg/install/systemd/alice-lg.service
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

13 lines
214 B
Desktop File

[Unit]
Description=Alice Looking Glass
Wants=network.target
After=network.target
[Service]
Type=simple
User=alice-lg
ExecStart=/opt/alice-lg/alice-lg/bin/alice-lg-linux-amd64
[Install]
WantedBy=multi-user.target