1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
[Unit] Description=Wireless Intrusion Detection Service After=network.target [Service] Type=simple EnvironmentFile=-/etc/default/wids ExecStart=/usr/share/wireless-ids/wids.py >> $LOGFILE Restart=always RestartSec=1 User=root Group=root TimeoutSec=15 [Install] WantedBy=multi-user.target