2018-04-10 19:16:29 +02:00
|
|
|
[Unit]
|
2022-02-02 14:12:44 +03:00
|
|
|
Description=Application firewall OpenSnitch
|
2023-02-09 20:56:29 +00:00
|
|
|
Documentation=https://github.com/evilsocket/opensnitch/wiki
|
2018-04-10 19:16:29 +02:00
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=simple
|
2018-04-13 11:18:26 +02:00
|
|
|
PermissionsStartOnly=true
|
|
|
|
ExecStartPre=/bin/mkdir -p /etc/opensnitchd/rules
|
2020-10-26 23:16:27 +01:00
|
|
|
ExecStart=/usr/local/bin/opensnitchd -rules-path /etc/opensnitchd/rules
|
2018-04-10 19:16:29 +02:00
|
|
|
Restart=always
|
2018-04-10 19:39:42 +02:00
|
|
|
RestartSec=30
|
2022-10-27 17:53:42 +02:00
|
|
|
TimeoutStopSec=10
|
2018-04-10 19:16:29 +02:00
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|