12 lines
282 B
Desktop File
12 lines
282 B
Desktop File
[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
|