Fix lack of $HOME in systemd service
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Elara 2025-02-12 22:55:04 -08:00
parent 76cbbad74a
commit d58228cd43

View File

@ -6,6 +6,7 @@ After=network.target
ExecStart=distrohop
Restart=always
StandardOutput=journal
Environment=HOME=/root
[Install]
WantedBy=default.target