diff options
| -rw-r--r-- | PKGBUILD | 8 | ||||
| -rw-r--r-- | stash.service | 12 | ||||
| -rw-r--r-- | stash.sysusers | 2 |
3 files changed, 11 insertions, 11 deletions
@@ -2,8 +2,8 @@ _pkgname=stash pkgname="${_pkgname}-git" pkgdesc="Saved articles tracker" -pkgver=r9.1b7c07d -pkgrel=1 +pkgver=r10.39a926c +pkgrel=2 makedepends=('go' 'make' 'git') arch=('x86_64') url="https://git.leonardobishop.net/stash/about/" @@ -16,8 +16,8 @@ source=(stash::git+https://git.leonardobishop.net/stash/ config.yaml ) sha256sums=('SKIP' - 'cf9e76a0ff22be285e4e392507310ceba5128f61b973058d9e6b7b5d2e43e50c' - '2eb21fe51a69bcff17268f476b8e9f059730660cce4eba1325f71dc1393756da' + '66650a6b246c4eec5e7ccdcf60b2c7ad52542b31db3b65539dbd77ed130abb85' + '69e9dd447ed8287bcca3f2f56cbc9819afb96e25337384d4b285e6988f6b76d4' 'f2f11c1abb5956fb1aa278cb724ff985f033501ed786606c8f85040d74e3007a') backup=(etc/stash/config.yaml) 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 diff --git a/stash.sysusers b/stash.sysusers index 51cfc9c..7dd54da 100644 --- a/stash.sysusers +++ b/stash.sysusers @@ -1 +1 @@ -u history - "Saved articles tracker" /var/lib/history +u stash - "Saved articles tracker" /var/lib/stash |
