ports/main/nnd-s6-services/rc/dir.var-lock/down

14 lines
207 B
Plaintext
Raw Normal View History

2022-03-21 12:25:55 +00:00
#!/bin/execlineb -P
2022-10-18 19:06:48 +00:00
s6-envdir -i /etc/s6/env/path
2022-03-21 12:25:55 +00:00
importas -i PATH PATH
emptyenv
export PATH $PATH
# WARNING: DO NOT LET DIR BE EMPTY IN ANY CASE
define DIR /var/lock
2022-03-21 12:25:55 +00:00
fdclose 1
fdclose 2
exec rm -rf $DIR