[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
|
Type=simple
|
||||||
User=%USER%
|
User=%USER%
|
||||||
Group=%GROUP%
|
Group=%GROUP%
|
||||||
|
WorkingDirectory=%PWD%
|
||||||
ExecStart=%PWD%/venv/bin/python %PWD%/ftpbot.py
|
ExecStart=%PWD%/venv/bin/python %PWD%/ftpbot.py
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
|
|
Loading…
Reference in New Issue