diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2017-06-22 20:07:36 +0200 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2017-06-22 21:39:02 +0200 |
commit | cfba4b94512beb995453a6e4194203a6a268828d (patch) | |
tree | d83942178f099fb6119f025a4a617201cf0a5596 /community/nextcloud/nextcloud.confd | |
parent | fe766f7e20814be5141035aeecf9ba7a70eb7cd4 (diff) | |
download | aports-cfba4b94512beb995453a6e4194203a6a268828d.tar.bz2 aports-cfba4b94512beb995453a6e4194203a6a268828d.tar.xz |
community/nextcloud: add subpkg -initscript
Diffstat (limited to 'community/nextcloud/nextcloud.confd')
-rw-r--r-- | community/nextcloud/nextcloud.confd | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/community/nextcloud/nextcloud.confd b/community/nextcloud/nextcloud.confd new file mode 100644 index 0000000000..aae73dc2f3 --- /dev/null +++ b/community/nextcloud/nextcloud.confd @@ -0,0 +1,5 @@ +# Config file for /etc/init.d/nextcloud + +name="Nextcloud" +user="nextcloud" +group="www-data" |