12 lines
212 B
Plaintext
Executable File
12 lines
212 B
Plaintext
Executable File
#!/usr/bin/env ssm
|
|
|
|
service_oneshot = true
|
|
service_command = /usr/bin/false
|
|
|
|
service::pre_start() {
|
|
cat <<- EOF
|
|
Please don't. Use ferm or any other wrapper.
|
|
You will just reinvent one in here anyway.
|
|
EOF
|
|
}
|