opensnitch/daemon/opensnitchd.service
Gustavo Iñiguez Goia cfeba55515
systemd service: start the daemon earlier
The daemon doesn't need network connectivity to work, so we don't need
to wait until we're online.

Closes #723
2022-10-05 22:10:04 +02:00

14 lines
359 B
Desktop File

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