diff options
Diffstat (limited to 'stash.service')
| -rw-r--r-- | stash.service | 12 |
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 |
