5 lines
42 B
Bash
5 lines
42 B
Bash
#!/bin/sh
|
|
set -eu
|
|
|
|
/usr/sbin/cron -f -L 0
|
#!/bin/sh
|
|
set -eu
|
|
|
|
/usr/sbin/cron -f -L 0
|