13 lines
236 B
SYSTEMD
13 lines
236 B
SYSTEMD
|
[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
|