summaryrefslogtreecommitdiff
path: root/community/syncthing/syncthing.install
blob: ba45691c9f3db82be6c359aef892d21a85a47a26 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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
}

post_upgrade() {
    post_install
}