We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Minimal systemd unit file
[Unit] Description=ifled - Keyboard network traffic indicator After=network.target network-online.target Wants=network-online.target [Service] ExecStart=/mnt/Development/linux/ifled/ifled console ens32 -c nna -d 25 [Install] WantedBy=multi-user.target