No known key found for this signature in database
GPG Key ID: AAFEEB16CFA2AE2D
10 changed files with 132 additions and 0 deletions
-
9conf/nginx.conf
-
12conf/systemd.service
-
4doc/DISCLAIMER.md
-
4doc/DISCLAIMER_fr.md
-
9manifest.json
-
11scripts/change_url
-
25scripts/install
-
8scripts/remove
-
14scripts/restore
-
36scripts/upgrade
@ -0,0 +1,12 @@ |
|||
[Unit] |
|||
Description = Push daemon for Nextcloud clients |
|||
|
|||
[Service] |
|||
Environment=SOCKET_PATH=/var/run/__APP__/notify-push.sock |
|||
Environment=NEXTCLOUD_URL=https://__DOMAIN____PATH__ |
|||
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 |
|||
Write
Preview
Loading…
Cancel
Save
Reference in new issue