aports/main/syncthing/syncthing.pre-install
Carlo Landmeter cc468adabf main/syncthing: upgrade to 0.9.8 move to main
added init scripts and custom snapshot function
2014-08-25 09:54:04 +02:00

4 lines
92 B
Bash

#!/bin/sh
adduser -H -h /var/lib/syncthing -s /sbin/nologin -D syncthing 2>/dev/null
exit 0