mirror of
https://github.com/CoolnsX/selfhost_podman.git
synced 2025-12-20 11:55:16 +05:30
should get thru ci now
This commit is contained in:
17
nextcloud/nextcloud-notify-push.service
Normal file
17
nextcloud/nextcloud-notify-push.service
Normal 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
|
||||
Reference in New Issue
Block a user