From 21977cc2b0d1adf921f2f389b830070f67d00a4c Mon Sep 17 00:00:00 2001 From: Eric Phillips Date: Fri, 8 May 2026 10:39:20 -0600 Subject: [PATCH] fixed path and typos --- deploy/pkgstash.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/pkgstash.service b/deploy/pkgstash.service index 3826724..c140cb3 100644 --- a/deploy/pkgstash.service +++ b/deploy/pkgstash.service @@ -7,7 +7,7 @@ StartLimitBurst=5 [Service] Type=simple -ExecStart=/usr/local/bin/pkgstash --config /etd/pkgstash/pkgstash.toml +ExecStart=/usr/bin/pkgstash --config /etc/pkgstash/pkgstash.toml User=pkgstash Group=pkgstash Restart=on-failure