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
Dustin 2024-08-09 08:11:39 -05:00
parent 3214d4b9b2
commit f51e0fe2a9
1 changed files with 1 additions and 0 deletions

View File

@ -3,4 +3,5 @@ StartLimitIntervalSec=60
StartLimitBurst=10 StartLimitBurst=10
[Service] [Service]
Restart=always
RestartSec=10s RestartSec=10s