opensnitch/daemon/opensnitchd.service

17 lines
511 B
SYSTEMD
Raw Normal View History

[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
Wants=network.target
After=network.target
[Service]
Type=simple
PermissionsStartOnly=true
ExecStartPre=/bin/mkdir -p /etc/opensnitchd/rules
ExecStart=/usr/local/bin/opensnitchd -log-file /var/log/opensnitchd.log -rules-path /etc/opensnitchd/rules -ui-socket unix:///tmp/osui.sock
Restart=always
RestartSec=30
[Install]
WantedBy=multi-user.target