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-testing2.service

13 lines
274 B
SYSTEMD
Raw Normal View History

2020-08-27 19:35:26 +00:00
[Unit]
Description=Emgauwa Controller [Testing] 2 Launcher
After=network.target
[Service]
Type=simple
WorkingDirectory=/var/lib/emgauwa/controller/
ExecStart=emgauwa-controller start -c /etc/emgauwa/controller2.conf
2020-08-27 19:35:26 +00:00
Restart=on-failure
[Install]
WantedBy=multi-user.target