mirror of
https://github.com/netinvent/npbackup.git
synced 2025-09-06 04:54:48 +08:00
Don't use sub path in systemd example
This commit is contained in:
parent
4906566d6e
commit
321fafa8af
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ User=npbackup
|
|||
Group=npbackup
|
||||
|
||||
# Set this to whatever directory you installed the upgrade_server to
|
||||
ExecStart=/opt/upgrade_server/venv/bin/python /var/npbackup_upgrade_server/upgrade_server/upgrade_server.py --config-file=/etc/npbackup_upgrade_server.conf
|
||||
ExecStart=/opt/upgrade_server/venv/bin/python /var/npbackup_upgrade_server/upgrade_server.py --config-file=/etc/npbackup_upgrade_server.conf
|
||||
WorkingDirectory=/var/npbackup_upgrade_server
|
||||
Environment="PYTHONPATH=/var/npbackup_upgrade_server"
|
||||
Restart=always
|
||||
|
|
Loading…
Add table
Reference in a new issue