mirror of
https://github.com/evilsocket/opensnitch.git
synced 2025-03-04 08:34:40 +01:00
misc: small fix or general refactoring i did not bother commenting
This commit is contained in:
parent
ae931b2532
commit
4699e13d9e
1 changed files with 2 additions and 0 deletions
|
@ -6,6 +6,8 @@ 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
|
||||
|
|
Loading…
Add table
Reference in a new issue