Invasive oneshot services now use spawn()
This commit is contained in:
@@ -1,11 +1,12 @@
|
||||
#!/usr/bin/env watchman
|
||||
# This is a script to set up the links in /dev in absence of e?(u|s?m)dev.
|
||||
# Run this _after_ miscfs.
|
||||
|
||||
service_type='oneshot'
|
||||
|
||||
# Config moved to conf.d
|
||||
|
||||
start() {
|
||||
spawn() {
|
||||
for l in "${cfg_links[@]}"; do
|
||||
IFS=';' read dest link <<< "$l"
|
||||
|
||||
|
Reference in New Issue
Block a user