mirror of
https://github.com/brmlab/BLIT.git
synced 2025-06-08 03:44:00 +02:00
initial BLIT commit
This commit is contained in:
parent
7c2356fe80
commit
5130a2ab11
24 changed files with 900 additions and 0 deletions
19
wifi-probes/wifi-probes.service
Normal file
19
wifi-probes/wifi-probes.service
Normal file
|
@ -0,0 +1,19 @@
|
|||
[Unit]
|
||||
Description=wifi-probe-scanner
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
NotifyAccess=all
|
||||
RemainAfterExit=yes
|
||||
# just call /bin/true and let psd-resync.service do it for speed
|
||||
#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
|
Loading…
Add table
Add a link
Reference in a new issue