1
0
mirror of https://github.com/r4sas/Niflheim-api synced 2025-01-31 09:04:26 +00:00
yggdrasil-api/api/yggapi.service

12 lines
164 B
SYSTEMD
Raw Normal View History

2018-11-21 18:54:38 +01:00
[Unit]
Description=yggapi
After=network.target
[Service]
User=yakamo
ExecStart=/usr/bin/python /opt/yggapi.py
Restart=always
[Install]
WantedBy=multi-user.target