3 lines
34 B
Bash
3 lines
34 B
Bash
#!/bin/sh
|
|
set -e
|
|
/usr/sbin/cron -f |
#!/bin/sh
|
|
set -e
|
|
/usr/sbin/cron -f |