mirror of
https://github.com/YunoHost-Apps/nextcloud_ynh.git
synced 2024-09-03 19:55:57 +02:00
14 lines
No EOL
364 B
Desktop File
14 lines
No EOL
364 B
Desktop File
[Unit]
|
|
Description = Push daemon for Nextcloud clients
|
|
|
|
[Service]
|
|
Environment=SOCKET_PATH=/var/run/__APP__/notify-push.sock
|
|
Environment=ALLOW_SELF_SIGNED=true
|
|
RuntimeDirectory=__APP__
|
|
ExecStart=__INSTALL_DIR__/apps/notify_push/bin/__ARCH__/notify_push __INSTALL_DIR__/config/config.php
|
|
Type=notify
|
|
User=__APP__
|
|
Group=__APP__
|
|
|
|
[Install]
|
|
WantedBy = multi-user.target |