should get thru ci now

This commit is contained in:
coolnsx
2025-08-31 17:38:57 +05:30
parent 393c7f8e3e
commit dce2ed9ae0
4 changed files with 31 additions and 2 deletions

View File

@@ -0,0 +1,17 @@
[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