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

[Service]
Environment = PORT=7867
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