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
This commit is contained in:
Gustavo Iñiguez Goia 2022-10-05 22:10:04 +02:00
parent 09182fad2e
commit cfeba55515
Failed to generate hash of commit

View file

@ -1,8 +1,6 @@
[Unit]
Description=Application firewall OpenSnitch
Documentation=https://github.com/gustavo-iniguez-goya/opensnitch/wiki
Wants=network.target
After=network.target
[Service]
Type=simple