mirror of
https://github.com/alice-lg/alice-lg.git
synced 2024-05-11 05:55:03 +00:00
13 lines
208 B
Desktop File
13 lines
208 B
Desktop File
[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
|