mirror of https://github.com/r4sas/Niflheim-api
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
244 B
14 lines
244 B
6 years ago
|
[Unit]
|
||
|
Description=yggapi
|
||
|
After=network.target
|
||
|
|
||
|
[Service]
|
||
5 years ago
|
WorkingDirectory=/opt/yggdrasil-api
|
||
5 years ago
|
ExecStart=/opt/yggdrasil-api/venv/bin/python /opt/yggdrasil-api/api/niflheim-api.py
|
||
6 years ago
|
Restart=always
|
||
|
|
||
5 years ago
|
Type=simple
|
||
5 years ago
|
|
||
6 years ago
|
[Install]
|
||
|
WantedBy=multi-user.target
|