From 1d8352a7aa261dd6095822e60ecb036cc62057cc Mon Sep 17 00:00:00 2001 From: Leonardo Bishop Date: Wed, 17 Sep 2025 18:24:49 +0100 Subject: Update service and sysusers --- stash.service | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'stash.service') 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 -- cgit v1.2.3-70-g09d2