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-testing/emgauwa-controller-testing.service

13 lines
271 B
SYSTEMD
Raw Normal View History

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