Update install_systemd.sh

This commit is contained in:
Arvin
2026-03-21 14:07:35 +08:00
parent dda67b180d
commit 9b779dcb91

View File

@ -35,7 +35,7 @@ Group=${SERVICE_GROUP}
WorkingDirectory=${PROJECT_DIR} WorkingDirectory=${PROJECT_DIR}
Environment=HOME=/root Environment=HOME=/root
ExecStart=${PROJECT_DIR}/clashctl start ExecStart=${PROJECT_DIR}/scripts/run_clash.sh --foreground
ExecStop=${PROJECT_DIR}/clashctl --from-systemd stop ExecStop=${PROJECT_DIR}/clashctl --from-systemd stop
ExecReload=${PROJECT_DIR}/clashctl restart ExecReload=${PROJECT_DIR}/clashctl restart