forked from stove/dataset
18 lines
392 B
Desktop File
18 lines
392 B
Desktop File
[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
|
|
|