14 lines
315 B
Desktop File
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
|