Add samples

Signed-off-by: Slendi <slendi@socopon.com>
This commit is contained in:
2025-07-26 00:07:09 +03:00
parent a35a476654
commit 90a6e58dca
6 changed files with 104 additions and 0 deletions

20
samples/services.dcfg Normal file
View 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)
)