Fix lack of $HOME in systemd service
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
76cbbad74a
commit
d58228cd43
@ -6,6 +6,7 @@ After=network.target
|
|||||||
ExecStart=distrohop
|
ExecStart=distrohop
|
||||||
Restart=always
|
Restart=always
|
||||||
StandardOutput=journal
|
StandardOutput=journal
|
||||||
|
Environment=HOME=/root
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=default.target
|
WantedBy=default.target
|
Loading…
x
Reference in New Issue
Block a user