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
Tobias Reisinger f3370c9169 upgpkg: core v0.2.5
upgpkg: core-testing v0.2.5
add: core and controller logging
2020-08-01 16:30:54 +02:00

14 lines
315 B
Desktop File

[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
Restart=on-failure
[Install]
WantedBy=multi-user.target