diff --git a/sources/lib/systemd/system/fw-daemon.service b/sources/lib/systemd/system/fw-daemon.service new file mode 100644 index 0000000..8f8dc39 --- /dev/null +++ b/sources/lib/systemd/system/fw-daemon.service @@ -0,0 +1,8 @@ +[Unit] +Description=Subgraph Firewall Daemon + +[Service] +ExecStart=/usr/sbin/fw-daemon + +[Install] +WantedBy=multi-user.target