mirror of
https://github.com/Sean-Der/fail2rest.git
synced 2024-12-22 05:32:20 +01:00
12 lines
240 B
Text
12 lines
240 B
Text
|
[Unit]
|
||
|
Description=fail2ban REST server
|
||
|
Documentation=man:fail2rest(1)
|
||
|
ConditionPathExists=/etc/fail2rest.json
|
||
|
After=fail2ban.service
|
||
|
|
||
|
[Service]
|
||
|
ExecStart=/usr/bin/fail2rest -config=/etc/fail2rest.json
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|