diff options
Diffstat (limited to 'pcr/syncthing/syncthing.install')
-rw-r--r-- | pcr/syncthing/syncthing.install | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/pcr/syncthing/syncthing.install b/pcr/syncthing/syncthing.install deleted file mode 100644 index e400b9ba7..000000000 --- a/pcr/syncthing/syncthing.install +++ /dev/null @@ -1,28 +0,0 @@ -post_install() { -cat << EOF - WebGUI can be accessed at http://localhost:8080 - - Execute - - systemctl daemon-reload - - to reload systemd modules. - - To start syncthing, execute: - - systemctl start syncthing@user - - where 'user' is your username. - - To autostart syncthing on system start, execute - - systemctl enable syncthing@user - - where 'user' is your username. - -EOF -} - -post_upgrade() { - post_install -} |