From 8ef2470e15ed1a7ee4b7b9fa56f9d3503e271aad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Reynolds?= Date: Thu, 5 Jun 2014 13:40:02 -0300 Subject: syncthing: it goes on pcr --- pcr/syncthing/syncthing.install | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 pcr/syncthing/syncthing.install (limited to 'pcr/syncthing/syncthing.install') diff --git a/pcr/syncthing/syncthing.install b/pcr/syncthing/syncthing.install new file mode 100644 index 000000000..e400b9ba7 --- /dev/null +++ b/pcr/syncthing/syncthing.install @@ -0,0 +1,28 @@ +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 +} -- cgit v1.2.3-2-g168b