summarylogtreecommitdiffstats
path: root/sheepit-client.install
diff options
context:
space:
mode:
authorJturnerusa2020-09-14 21:32:27 -0400
committerJturnerusa2020-09-14 21:32:27 -0400
commit3d83c2a0c400b30a8c1a79046c3b4771690ad5c4 (patch)
treeb4a777b5541bfbd647bb937112500a7de3429f7e /sheepit-client.install
parent95f754bf444877c1e82f281d2de486a5949d1a90 (diff)
downloadaur-3d83c2a0c400b30a8c1a79046c3b4771690ad5c4.tar.gz
Updated PKGBUILD, added sandboxing to systemd service, md5sums changed to sha256sums, replaced sysusers home directory with systemd cache directory setting, added a few extra depends that are needed for headless use or were recently introduced(?).
Diffstat (limited to 'sheepit-client.install')
-rw-r--r--sheepit-client.install4
1 files changed, 0 insertions, 4 deletions
diff --git a/sheepit-client.install b/sheepit-client.install
deleted file mode 100644
index 70bf207adafb..000000000000
--- a/sheepit-client.install
+++ /dev/null
@@ -1,4 +0,0 @@
-post_install() {
- systemd-sysusers sheepit-client.conf
- [[ -d /var/cache/sheepit-client ]] || install -dm 755 -o sheepit-client -g sheepit-client /var/cache/sheepit-client
-}