summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--owncloud-client-service.install7
1 files changed, 1 insertions, 6 deletions
diff --git a/owncloud-client-service.install b/owncloud-client-service.install
index 4dd9f5b1c6b7..1d6ec33759ab 100644
--- a/owncloud-client-service.install
+++ b/owncloud-client-service.install
@@ -1,4 +1,5 @@
post_install() {
+ systemctl daemon-reload
echo ================================== Important =================================
echo Start the owcloud client daemon with:
echo systemctl start --user owncloud-client.service
@@ -7,10 +8,4 @@ post_install() {
echo systemctl enable --user owncloud-client.service
echo ==============================================================================
}
-post_remove() {
- echo ================================== Important =================================
- echo Disable the owcloud client daemon with:
- echo systemctl disable --user owncloud-client.service
- echo ==============================================================================
-}
# vim:set ts=2 sw=2 ft=sh et: