mirror of
https://github.com/TrezOne/docker-mods-uptime-kuma-timeout-fix.git
synced 2026-07-10 01:43:49 -04:00
8 lines
375 B
Plaintext
Executable File
8 lines
375 B
Plaintext
Executable File
#!/usr/bin/with-contenv bash
|
|
|
|
# This is an example service that would run for the mod
|
|
# It depends on init-services, the baseimage hook for start of all longrun services
|
|
|
|
exec \
|
|
s6-setuidgid abc /config/www/nextcloud/apps/notify_push/bin/x86_64/notify_push --nextcloud-url https://192.168.10.2:2443 --allow-self-signed --port 7867 /config/www/nextcloud/config/config.php
|