11 lines
323 B
Desktop File
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
|