opensnitch/debian/opensnitch.service
Gustavo Iñiguez Goia b521f275c2 .deb: remove daemon options from .service file
The options are now configurable from the configuration file, as well
as the UI.
2020-11-02 10:55:46 +01:00

16 lines
411 B
Desktop File

[Unit]
Description=OpenSnitch is a GNU/Linux application firewall.
Documentation=https://github.com/gustavo-iniguez-goya/opensnitch/wiki
Wants=network.target
After=network.target
[Service]
Type=simple
PermissionsStartOnly=true
ExecStartPre=/bin/mkdir -p /etc/opensnitchd/rules
ExecStart=/usr/bin/opensnitchd -rules-path /etc/opensnitchd/rules
Restart=always
RestartSec=30
[Install]
WantedBy=multi-user.target