7 lines
132 B
Plaintext
7 lines
132 B
Plaintext
#!/usr/bin/with-contenv sh
|
|
|
|
# Start your application
|
|
exec /usr/local/bin/myapp
|
|
|
|
# Touch the watchdog file
|
|
touch /var/run/myapp.touch |