r/samba-dc: Enable auto-restart for samba.service
Setting `RestartSec` is not enough to enable auto-restart; the `Restart` option is also required, as it defaults to `no`.frigate-exporter
parent
3214d4b9b2
commit
f51e0fe2a9
|
@ -3,4 +3,5 @@ StartLimitIntervalSec=60
|
||||||
StartLimitBurst=10
|
StartLimitBurst=10
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
|
Restart=always
|
||||||
RestartSec=10s
|
RestartSec=10s
|
||||||
|
|
Loading…
Reference in New Issue