summarylogtreecommitdiffstats
path: root/plexpy-git.install
diff options
context:
space:
mode:
Diffstat (limited to 'plexpy-git.install')
-rw-r--r--plexpy-git.install4
1 files changed, 4 insertions, 0 deletions
diff --git a/plexpy-git.install b/plexpy-git.install
new file mode 100644
index 000000000000..a1f11f0c46fa
--- /dev/null
+++ b/plexpy-git.install
@@ -0,0 +1,4 @@
+post_install(){
+ getent group plexpy &>/dev/null || groupadd -r plexpy >/dev/null
+ getent passwd plexpy &>/dev/null || useradd -r -g plexpy -s /bin/false plexpy >/dev/null
+}