mirror of
https://github.com/brmlab/BLIT.git
synced 2025-06-07 11:23:59 +02:00
18 lines
366 B
Desktop File
18 lines
366 B
Desktop File
[Unit]
|
|
Description=wifi-probe-scanner
|
|
|
|
[Service]
|
|
Type=simple
|
|
NotifyAccess=all
|
|
RemainAfterExit=yes
|
|
#Environment=XDG_RUNTIME_DIR=/run/user/1000/
|
|
ExecStart=/usr/local/bin/hoover-start.sh start
|
|
ExecStop=/usr/local/bin/hoover-start.sh stop
|
|
PIDFile=/run/wifi-probe-scanner.pid
|
|
KillMode=mixed
|
|
Restart=on-failure
|
|
RestartSec=42s
|
|
#User=ruza
|
|
|
|
[Install]
|
|
WantedBy=default.target
|