diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2015-09-28 16:02:08 +0200 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-09-28 16:16:28 +0200 |
commit | 6dc8b5b425701a8a6cadd27065bba2a450e630db (patch) | |
tree | 52f9ef075f868f93b1d23d4abaa37ca652b31989 /community/syncthing/syncthing.pre-install | |
parent | 2845b3981db34eb94244dddcced718c7189bce95 (diff) | |
download | aports-6dc8b5b425701a8a6cadd27065bba2a450e630db.tar.bz2 aports-6dc8b5b425701a8a6cadd27065bba2a450e630db.tar.xz |
community/syncthing: move from main
golang does not provide security patches for older stable branches so we
can not provide support for 2 years for golang applications.
Diffstat (limited to 'community/syncthing/syncthing.pre-install')
-rw-r--r-- | community/syncthing/syncthing.pre-install | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/community/syncthing/syncthing.pre-install b/community/syncthing/syncthing.pre-install new file mode 100644 index 0000000000..b2207a0d7b --- /dev/null +++ b/community/syncthing/syncthing.pre-install @@ -0,0 +1,3 @@ +#!/bin/sh +adduser -H -h /var/lib/syncthing -s /sbin/nologin -D syncthing 2>/dev/null +exit 0 |