work_scripts/api-fast.service

16 lines
272 B
SYSTEMD
Raw Permalink Normal View History

2022-08-12 21:58:35 +02:00
# Script Server Presik API Technologies
[Unit]
Description=API Fast Server
After=network.target
[Service]
User=psk
WorkingDirectory=/home/psk/predash/api-fast
2023-01-10 20:10:14 +01:00
ExecStart=/home/psk/.virtualenvs/tryton60/bin/python3 run.py
2022-08-12 21:58:35 +02:00
#ExecStop=
[Install]
WantedBy=multi-user.target