mirror of
https://github.com/ajurna/cbwebreader.git
synced 2025-12-06 22:27:19 +00:00
6 lines
62 B
Bash
6 lines
62 B
Bash
#!/bin/sh
|
|
|
|
# Start cron daemon.
|
|
crond -f
|
|
|
|
# Start application. |