summaryrefslogtreecommitdiffstats
path: root/stash.service
diff options
context:
space:
mode:
authorLeonardo Bishop <me@leonardobishop.net>2025-09-17 18:24:49 +0100
committerLeonardo Bishop <me@leonardobishop.net>2025-09-17 18:24:49 +0100
commit1d8352a7aa261dd6095822e60ecb036cc62057cc (patch)
tree5e8f2cc04477dd87e1cd0395b28172dd384cc780 /stash.service
parentcc8524960dc415ceca957dcec2e2d424c514b621 (diff)
Update service and sysusersHEADmaster
Diffstat (limited to 'stash.service')
-rw-r--r--stash.service12
1 files changed, 6 insertions, 6 deletions
diff --git a/stash.service b/stash.service
index 24a1727..f46f945 100644
--- a/stash.service
+++ b/stash.service
@@ -2,12 +2,12 @@
Description=Saved articles tracker
[Service]
-User=history
+User=stash
Restart=always
-ExecStart=/usr/bin/history
-StateDirectory=history
-ConfigurationDirectory=history
-WorkingDirectory=/var/lib/history
+ExecStart=/usr/bin/stash
+StateDirectory=stash
+ConfigurationDirectory=stash
+WorkingDirectory=/var/lib/stash
CapabilityBoundingSet=CAP_NET_BIND_SERVICE
AmbientCapabilities=CAP_NET_BIND_SERVICE
@@ -19,7 +19,7 @@ ProtectSystem=strict
ProtectHome=true
PrivateTmp=true
PrivateDevices=true
-ExecPaths=/usr/bin/history
+ExecPaths=/usr/bin/stash
ProtectKernelTunables=true
ProtectKernelModules=true