13 lines
282 B
SYSTEMD
13 lines
282 B
SYSTEMD
|
[Unit]
|
||
|
Description=Push daemon for Nextcloud clients
|
||
|
|
||
|
[Service]
|
||
|
EnvironmentFile=-/etc/default/nextcloud-notify-push
|
||
|
ExecStart=/usr/lib/nextcloud/nextcloud-apps/notify_push/bin/notify_push $CONFIG
|
||
|
User=www-data
|
||
|
Group=www-data
|
||
|
Restart=on-failure
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|