opensnitch/debian/opensnitch.service
Gustavo Iñiguez Goia 4407b82346 deb package: added logrotate file, lower daemon log level
Added a logrotate file to limit the size of the log and rotate as
needeed.
Changed daemon log level to important.
2020-03-01 00:40:58 +01:00

16 lines
475 B
Desktop File

[Unit]
Description=OpenSnitch is a GNU/Linux application firewall.
Documentation=https://github.com/evilsocket/opensnitch
Wants=network.target
After=network.target
[Service]
Type=simple
PermissionsStartOnly=true
ExecStartPre=/bin/mkdir -p /etc/opensnitchd/rules
ExecStart=/usr/bin/opensnitchd -important -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