desktop/syncthing/syncthing.install

10 lines
203 B
Plaintext
Raw Normal View History

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
}