2022-03-08 19:42:28 +01:00
|
|
|
[Unit]
|
|
|
|
Description=Nextcloud management
|
2022-08-18 16:38:37 +02:00
|
|
|
After=risotto.target
|
2022-03-08 19:42:28 +01:00
|
|
|
Before=apache.service php-fpm.service
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=oneshot
|
|
|
|
WorkingDirectory=/usr/share/nextcloud
|
|
|
|
#FIXME
|
|
|
|
ExecStart=+/usr/bin/chmod +w /etc/nextcloud/config.php
|
2022-08-18 10:19:43 +02:00
|
|
|
ExecStart=/usr/local/lib/sbin/nextcloud.init
|
2022-03-08 19:42:28 +01:00
|
|
|
ExecStart=+/usr/bin/chmod -w /etc/nextcloud/config.php
|
|
|
|
User=apache
|
|
|
|
Group=apache
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|
|
|
|
|