This repository has been archived on 2024-05-06. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
package/core/emgauwa-core.service
Tobias Reisinger 5510009e71 upgpkg: core-testing v0.2.10
upgpkg: core v0.2.10
fix: removed bad syntax in emgauwa-core.service
2020-08-15 00:33:00 +02:00

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