[TASK] Add WorkingDirectory to systemd service file.
This commit is contained in:
parent
322dee753a
commit
0e82003b6d
|
@ -6,6 +6,7 @@ After=network.target
|
|||
Type=simple
|
||||
User=%USER%
|
||||
Group=%GROUP%
|
||||
WorkingDirectory=%PWD%
|
||||
ExecStart=%PWD%/venv/bin/python %PWD%/ftpbot.py
|
||||
|
||||
[Install]
|
||||
|
|
Loading…
Reference in New Issue