2018-04-10 19:16:29 +02:00
|
|
|
[Unit]
|
|
|
|
Description=OpenSnitch is a GNU/Linux port of the Little Snitch application firewall.
|
2020-04-05 11:35:30 +02:00
|
|
|
Documentation=https://github.com/gustavo-iniguez-goya/opensnitch/wiki
|
2018-04-10 19:16:29 +02:00
|
|
|
Wants=network.target
|
|
|
|
After=network.target
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=simple
|
2018-04-13 11:18:26 +02:00
|
|
|
PermissionsStartOnly=true
|
|
|
|
ExecStartPre=/bin/mkdir -p /etc/opensnitchd/rules
|
2018-04-10 19:16:29 +02:00
|
|
|
ExecStart=/usr/local/bin/opensnitchd -log-file /var/log/opensnitchd.log -rules-path /etc/opensnitchd/rules -ui-socket unix:///tmp/osui.sock
|
|
|
|
Restart=always
|
2018-04-10 19:39:42 +02:00
|
|
|
RestartSec=30
|
2018-04-10 19:16:29 +02:00
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|