iwevent.service

Sytemd unit for wireless events logging.

/etc/systemd/system/iwevent.service
[Unit]
Description=iwevent-logger
 
[Service]
Type=notify
NotifyAccess=all
RemainAfterExit=yes
ExecStart=/bin/sh -c "/sbin/iwevent | /usr/bin/logger &" 
ExecStop=/usr/bin/killall iwevent
 
[Install]
WantedBy=default.target
 
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Noncommercial-Share Alike 4.0 International
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki