mirror of
https://github.com/CoolnsX/selfhost_podman.git
synced 2025-12-20 11:55:16 +05:30
18 lines
416 B
Desktop File
18 lines
416 B
Desktop File
[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
|