README
Signed-off-by: Robin Appelman <robin@icewind.nl>
This commit is contained in:
Родитель
83ad1acd5c
Коммит
ab0a04588a
|
@ -60,14 +60,14 @@ Documentation=https://github.com/nextcloud/notify_push
|
|||
[Service]
|
||||
Environment = PORT=7867 # Change if you already have something running on this port
|
||||
ExecStart = /path/to/push/binary/notify_push /path/to/nextcloud/config/config.php
|
||||
Type=notify # requires the push server to have been build with the systemd feature
|
||||
Type=notify # requires the push server to have been build with the systemd feature (enabled by default)
|
||||
User=www-data
|
||||
|
||||
[Install]
|
||||
WantedBy = multi-user.target
|
||||
```
|
||||
|
||||
If the push server has not been compiled with the optional systemd feature the `Type=notify` line has to be removed.
|
||||
If the push server has not been compiled with the optional systemd feature (enabled by default) the `Type=notify` line has to be removed.
|
||||
|
||||
#### OpenRC
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче