mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-10-11 07:21:39 +02:00
golang does not provide security patches for older stable branches so we can not provide support for 2 years for golang applications.
4 lines
92 B
Bash
4 lines
92 B
Bash
#!/bin/sh
|
|
adduser -H -h /var/lib/syncthing -s /sbin/nologin -D syncthing 2>/dev/null
|
|
exit 0
|