mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-11 09:43:40 +02:00
app-admin/opensnitch: update patch for systemd service
Signed-off-by: Kai-Chun Ning <kaichun.ning@gmail.com>
This commit is contained in:
parent
8453537a43
commit
9b1901ddae
1 changed files with 12 additions and 4 deletions
|
|
@ -1,11 +1,19 @@
|
|||
diff --git a/daemon/opensnitchd.service b/daemon/opensnitchd.service
|
||||
index 014e79e..8a81d0e 100644
|
||||
index 6c3e6df..57e44b3 100644
|
||||
--- a/daemon/opensnitchd.service
|
||||
+++ b/daemon/opensnitchd.service
|
||||
@@ -8,7 +8,7 @@ After=network.target
|
||||
@@ -1,14 +1,12 @@
|
||||
[Unit]
|
||||
Description=OpenSnitch is a GNU/Linux port of the Little Snitch application firewall.
|
||||
-Documentation=https://github.com/gustavo-iniguez-goya/opensnitch/wiki
|
||||
+Documentation=https://github.com/evilsocket/opensnitch/wiki
|
||||
Wants=network.target
|
||||
After=network.target
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
PermissionsStartOnly=true
|
||||
ExecStartPre=/bin/mkdir -p /etc/opensnitchd/rules
|
||||
-PermissionsStartOnly=true
|
||||
-ExecStartPre=/bin/mkdir -p /etc/opensnitchd/rules
|
||||
-ExecStart=/usr/local/bin/opensnitchd -rules-path /etc/opensnitchd/rules
|
||||
+ExecStart=/usr/bin/opensnitchd -rules-path /etc/opensnitchd/rules -ui-socket unix:///tmp/osui.sock -cpu-profile /tmp/cpu.profile -mem-profile /tmp/mem.profile
|
||||
Restart=always
|
||||
|
|
|
|||
Loading…
Reference in a new issue