dataset/seed/nextcloud/templates/nextcloud.service

19 lines
392 B
SYSTEMD
Raw Normal View History

2022-03-08 19:42:28 +01:00
[Unit]
Description=Nextcloud management
After=postgresqlclient.service
Before=apache.service php-fpm.service
[Service]
Type=oneshot
WorkingDirectory=/usr/share/nextcloud
#FIXME
ExecStart=+/usr/bin/chmod +w /etc/nextcloud/config.php
ExecStart=/etc/nextcloud/nextcloud.init
ExecStart=+/usr/bin/chmod -w /etc/nextcloud/config.php
User=apache
Group=apache
[Install]
WantedBy=multi-user.target