6 lines
140 B
Plaintext
6 lines
140 B
Plaintext
#!/usr/bin/with-contenv bash
|
|
|
|
echo "starting jobber/cron"
|
|
|
|
su -c "/usr/lib/x86_64-linux-gnu/jobberrunner /scrutiny/jobber/jobber.yaml" root
|