Merge pull request #3770 from Hayyan612/fix/systemd-exec-path

fix(ui): point the manual systemd unit at the installed CLI path
This commit is contained in:
Owen Schwartz
2026-09-16 08:57:37 -04:00
committed by GitHub
+1 -1
View File
@@ -150,7 +150,7 @@ Type=simple
User=root
Group=root
EnvironmentFile=/etc/pangolin/pangolin-site.env
ExecStart=/home/owen/fossorial/cli/bin/pangolin up site
ExecStart=/usr/local/bin/pangolin up site
Restart=always
RestartSec=2
UMask=0077