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

13 lines
246 B
SYSTEMD
Raw Normal View History

2020-06-15 20:47:45 +00:00
[Unit]
Description=Emgauwa Core [Testing] Launcher
After=network.target
[Service]
Type=simple
WorkingDirectory=/var/lib/emgauwa/core/
ExecStart=emgauwa-core start -c /etc/emgauwa/core.ini
Restart=on-failure
[Install]
WantedBy=multi-user.target