mirror of
https://github.com/versity/scoutfs.git
synced 2026-01-07 20:45:18 +00:00
The first draft was written against an older schema, StartLimitBurst is in [Service] now. Signed-off-by: Zach Brown <zab@versity.com>
12 lines
184 B
Desktop File
12 lines
184 B
Desktop File
[Unit]
|
|
Description=ScoutFS fenced
|
|
|
|
[Service]
|
|
Restart=on-failure
|
|
RestartSec=5s
|
|
StartLimitBurst=5
|
|
ExecStart=/usr/libexec/scoutfs-fenced/scoutfs-fenced
|
|
|
|
[Install]
|
|
WantedBy=default.target
|