package-pipeline-nextcloud/nextcloud-29-app-notify-push/nextcloud-notify-push.service

13 lines
282 B
SYSTEMD
Raw Normal View History

[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