summarylogtreecommitdiffstats
path: root/nextcloud-app-notify_push.service
blob: 00b7ec12cb6cf4a3e5fb4d8e6b4b96e9ad28c54a (plain)
1
2
3
4
5
6
7
8
9
10
[Unit]
Description = Push daemon for Nextcloud clients

[Service]
Environment = PORT=7867 BIND=127.0.0.1
ExecStart = /usr/share/webapps/nextcloud/apps/notify_push/bin/ARCH/notify_push /etc/webapps/nextcloud/config/config.php
User = nextcloud

[Install]
WantedBy = multi-user.target