mirror of
https://github.com/r4sas/Niflheim-api
synced 2025-01-31 09:04:26 +00:00
14 lines
244 B
Desktop File
14 lines
244 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/niflheim-api.py
|
|
Restart=always
|
|
|
|
Type=simple
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|