mirror of
https://github.com/PDP-10/its.git
synced 2026-03-25 09:52:18 +00:00
20 lines
595 B
Tcl
20 lines
595 B
Tcl
#Enable the remote shutdown service.
|
|
midas "/t device;chaos shutdo" "sysnet;shutsr" {
|
|
respond "end input with ^C" "ALLOW==3036\r\003"
|
|
}
|
|
|
|
#Disable the DM gunner.
|
|
respond "*" ":delete sys;atsign gunner\r"
|
|
|
|
#Gun down users that are idle and not logged in.
|
|
respond "*" ":link dragon; hourly gunner, cstacy; gunner bin\r"
|
|
|
|
#Run a weekly unattended incremental dump.
|
|
midas "dragon; weekly backup" "lars; backup" {
|
|
respond "HOST NAME =" "3036\r"
|
|
}
|
|
|
|
# get rid of links to daemons that don't run correctly
|
|
respond "*" ":delete dragon;hourly digest\r"
|
|
respond "*" ":delete dragon;hourly gcbulk\r"
|