Signed-off-by: Robin Appelman <robin@icewind.nl>
This commit is contained in:
Robin Appelman 2024-05-28 16:25:01 +02:00
Родитель 83ad1acd5c
Коммит ab0a04588a
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -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