20
samples/services.dcfg
Normal file
20
samples/services.dcfg
Normal file
@@ -0,0 +1,20 @@
|
||||
fn lib = (lib.join
|
||||
[
|
||||
{
|
||||
stage = 'boot'
|
||||
every = 7d
|
||||
action.command = 'logrotate("/var/log/*.log")'
|
||||
}
|
||||
{
|
||||
stage = 'network'
|
||||
after = 'boot'
|
||||
action.binary = root:/System/Programs/NetworkManager
|
||||
}
|
||||
{
|
||||
stage = 'gui'
|
||||
after = 'network'
|
||||
action.binary = root:/System/Programs/DisplayManager
|
||||
}
|
||||
]
|
||||
(import root:/System/Services/ssh.conf lib)
|
||||
)
|
Reference in New Issue
Block a user