misc: small fix or general refactoring i did not bother commenting

This commit is contained in:
evilsocket 2018-04-13 11:18:26 +02:00
parent ae931b2532
commit 4699e13d9e
Failed to generate hash of commit

View file

@ -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