summarylogtreecommitdiffstats
path: root/owncloud-client-service.install
blob: 1d6ec33759abe987955062354478c490f6997108 (plain)
1
2
3
4
5
6
7
8
9
10
11
post_install() {
    systemctl daemon-reload
    echo ================================== Important =================================
    echo Start the owcloud client daemon with:
    echo systemctl start --user owncloud-client.service
    echo ==============================================================================
    echo Enable the owcloud client daemon with:
    echo systemctl enable --user owncloud-client.service
    echo ==============================================================================
}
# vim:set ts=2 sw=2 ft=sh et: