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

13 lines
214 B
SYSTEMD
Raw Normal View History

[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