Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloudpi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authornachoparker <nacho@ownyourbits.com>2018-05-29 19:56:56 +0300
committernachoparker <nacho@ownyourbits.com>2018-05-29 20:21:30 +0300
commit3862eca0ed89fdf9010f302180f644c2c7a535cd (patch)
tree60079e18bfbc0c1b115144bd5e91d310fd5cc2b1 /etc
parent6d1cd5688391c1232f103618f06ad3bd10b24361 (diff)
build: fix cleanup armbian imagesv0.56.16
Diffstat (limited to 'etc')
-rw-r--r--etc/ncp-config.d/nc-nextcloud.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/ncp-config.d/nc-nextcloud.sh b/etc/ncp-config.d/nc-nextcloud.sh
index 61797e17..ca9eb7b1 100644
--- a/etc/ncp-config.d/nc-nextcloud.sh
+++ b/etc/ncp-config.d/nc-nextcloud.sh
@@ -94,6 +94,7 @@ ExecStart=/bin/bash /usr/local/bin/ncp-provisioning.sh
[Install]
WantedBy=multi-user.target
EOF
+ systemctl enable nc-provisioning
return 0
}