1
0
mirror of https://github.com/r4sas/Niflheim-api synced 2025-02-05 03:24:20 +00:00
yggdrasil-api/yggapi.service
r4sas 8897b48fc9 update files, add map and few more scripts
Signed-off-by: r4sas <r4sas@i2pmail.org>
2022-12-10 14:24:47 +00:00

14 lines
235 B
Desktop File

[Unit]
Description=yggapi
After=network.target
[Service]
WorkingDirectory=/opt/yggdrasil-api
ExecStart=/opt/yggdrasil-api/venv/bin/python /opt/yggdrasil-api/api/web.py
Restart=always
Type=simple
[Install]
WantedBy=multi-user.target