mirror of
https://github.com/svpcom/wfb-ng.git
synced 2025-02-14 13:03:48 -04:00
17 lines
290 B
Desktop File
17 lines
290 B
Desktop File
[Unit]
|
|
Description=WFB-ng cluster node
|
|
Requires=wfb-cluster.service
|
|
ReloadPropagatedFrom=wfb-cluster.service
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=/usr/sbin/wfb-ng.sh
|
|
TimeoutStopSec=5s
|
|
Restart=on-failure
|
|
KillMode=mixed
|
|
RestartSec=5s
|
|
StandardError=inherit
|
|
|
|
[Install]
|
|
WantedBy=wfb-cluster.service
|