nextcloud_hardening/etc/systemd/system/notify_push.service
hhftechnologies 307beae924 update
2024-10-21 13:51:04 +05:30

11 lines
323 B
Desktop File

[Unit]
Description = Push daemon for Nextcloud clients
After=mariadb.service
[Service]
Environment=PORT=7867
Environment=NEXTCLOUD_URL=https://ihre.hhf.technology
ExecStart=/var/www/nextcloud/apps/notify_push/bin/x86_64/notify_push /var/www/nextcloud/config/config.php
User=www-data
[Install]
WantedBy = multi-user.target