mirror of
https://github.com/evilsocket/opensnitch.git
synced 2025-03-04 08:34:40 +01:00
Workaround to stop and disable service on uninstalling
dh_installsystemd seems to not work for me, so use this WA for now
This commit is contained in:
parent
998106ef24
commit
8c01d43d45
1 changed files with 6 additions and 0 deletions
6
debian/prerm
vendored
Executable file
6
debian/prerm
vendored
Executable file
|
@ -0,0 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
set -e
|
||||
|
||||
service opensnitch stop || true
|
||||
systemctl disable opensnitch.service || true
|
Loading…
Add table
Reference in a new issue