Add zigbee2mqtt
Add gotify (not work)
This commit is contained in:
parent
010f073bb0
commit
ed80d22552
27 changed files with 181 additions and 24 deletions
13
ressources/gotify/rootfs/etc/systemd/system/gotify.service
Normal file
13
ressources/gotify/rootfs/etc/systemd/system/gotify.service
Normal file
|
@ -0,0 +1,13 @@
|
|||
[Unit]
|
||||
Description=gotify service
|
||||
Documentation=https://github.com/gotify/server
|
||||
After=network.target
|
||||
|
||||
[Service]
|
||||
User=gotify
|
||||
Group=gotify
|
||||
ExecStart=/usr/bin/gotify-linux-amd64
|
||||
WorkingDirectory=/usr/lib/gotify
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
Loading…
Add table
Add a link
Reference in a new issue