6 lines
86 B
Plaintext
6 lines
86 B
Plaintext
#!/usr/bin/with-contenv bash
|
|
umask 022
|
|
|
|
exec \
|
|
s6-setuidgid abc crond -l 2 -f
|