[Unit] Description=Push daemon for Nextcloud clients Documentation=https://github.com/nextcloud/notify_push Requires=nextcloud.service After=nextcloud.service PartOf=nextcloud.service [Service] Type=simple ExecStart=/usr/bin/podman exec -u 1000 nextcloud \ /var/www/html/apps/notify_push/bin/x86_64/notify_push \ /var/www/html/config/config.php Restart=always RestartSec=5 [Install] WantedBy=multi-user.target