mirror of https://dev.ccchb.de/ccchb/ansible.git
7 lines
177 B
Plaintext
7 lines
177 B
Plaintext
|
#!/bin/sh -e
|
||
|
|
||
|
export PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin
|
||
|
|
||
|
install -d -o root -g wheel -m 755 /run/service
|
||
|
exec s6-svscan -s /run/service
|