mirror of
https://github.com/r4sas/Niflheim-api
synced 2025-01-31 09:04:26 +00:00
12 lines
164 B
SYSTEMD
12 lines
164 B
SYSTEMD
|
[Unit]
|
||
|
Description=yggapi
|
||
|
After=network.target
|
||
|
|
||
|
[Service]
|
||
|
User=yakamo
|
||
|
ExecStart=/usr/bin/python /opt/yggapi.py
|
||
|
Restart=always
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|