arch-ppa/src/duplicati-latest/duplicati.install

15 lines
432 B
Plaintext
Raw Normal View History

2016-11-06 01:09:05 -05:00
post_install() {
2016-11-28 17:29:12 -05:00
post_upgrade
2016-11-06 01:09:05 -05:00
}
post_upgrade() {
cat << EOF
2016-11-28 17:29:12 -05:00
* UI can be accessed via following URL: http://localhost:8200
* Running duplicati user instance (using current user account)
- to reload user systemd modules: systemctl --user daemon-reload
- to start duplicati manually: systemctl --user start duplicati
- to autostart duplicati on user login: systemctl --user enable duplicati
2016-11-06 01:09:05 -05:00
EOF
}