From d58228cd4366dfcd7b66055b4b5431ff6354fee7 Mon Sep 17 00:00:00 2001 From: Elara6331 Date: Wed, 12 Feb 2025 22:55:04 -0800 Subject: [PATCH] Fix lack of $HOME in systemd service --- distrohop.service | 1 + 1 file changed, 1 insertion(+) diff --git a/distrohop.service b/distrohop.service index 8f692ba..e9ab3d3 100644 --- a/distrohop.service +++ b/distrohop.service @@ -6,6 +6,7 @@ After=network.target ExecStart=distrohop Restart=always StandardOutput=journal +Environment=HOME=/root [Install] WantedBy=default.target \ No newline at end of file