This repository has been archived on 2024-05-06. You can view files and clone it, but cannot push or open issues or pull requests.
package/controller/emgauwa-controller.service
2020-07-01 23:39:09 +02:00

13 lines
260 B
Desktop File

[Unit]
Description=Emgauwa Controller Launcher
After=network.target
[Service]
Type=simple
WorkingDirectory=/var/lib/emgauwa/controller/
ExecStart=emgauwa-controller start -c /etc/emgauwa/controller.ini
Restart=on-failure
[Install]
WantedBy=multi-user.target