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

15 lines
315 B
SYSTEMD
Raw Normal View History

2020-07-01 21:28:49 +00:00
[Unit]
Description=Emgauwa Core Launcher
After=network.target
[Service]
Type=simple
WorkingDirectory=/var/lib/emgauwa/core/
ExecStart=emgauwa-core start -c /etc/emgauwa/core.ini
StandardOutput=/var/log/emgauwa/core.log
ErrorOutput=/var/log/emgauwa/core.log
2020-07-01 21:28:49 +00:00
Restart=on-failure
[Install]
WantedBy=multi-user.target