You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
374 B
13 lines
374 B
[Unit]
|
|
Description = Push daemon for Nextcloud clients
|
|
|
|
[Service]
|
|
Environment=SOCKET_PATH=__FINAL_PATH__/notify-push.sock
|
|
Environment=NEXTCLOUD_URL=https://__DOMAIN____PATH__
|
|
Environment=ALLOW_SELF_SIGNED=true
|
|
ExecStart=__FINAL_PATH__/apps/notify_push/bin/x86_64/notify_push __FINAL_PATH__/config/config.php
|
|
User=__APP__
|
|
Group=__APP__
|
|
|
|
[Install]
|
|
WantedBy = multi-user.target
|