12 lines
319 B
Desktop File
12 lines
319 B
Desktop File
[Unit]
|
|
Description=Dieser Server stellt die Weboberfläche für die TSGRain-Bewässerungssteuerung zur Verfügung
|
|
After=network.target tsgrain-controller.service
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=@BINDIR@/tsgrain-webui -c /data/tsgrain/tsgrain_web.toml
|
|
Restart=always
|
|
RestartSec=2s
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|