desktop/syncthing/syncthing.install
2015-03-23 11:32:34 +00:00

10 lines
203 B
Plaintext

post_install() {
cat << EOF
To start and/or enable syncthing execute the following,
replacing 'user' with your username.
systemctl start syncthing@user
systemctl enable syncthing@user
EOF
}