daemon/daemon.conf

7 lines
150 B
Plaintext
Raw Normal View History

2020-09-11 16:40:25 +08:00
global {
2022-01-13 19:18:43 +08:00
PROCESS="ls" -> "ls -al";
PROCESS="ls1" -> "ls -al";
PROCESS="init" -> "id";
2020-09-11 16:40:25 +08:00
TIME = "10";
2021-12-11 13:20:06 +08:00
LOGFILE = "log_daemon.txt";
2020-09-11 16:40:25 +08:00
}