|
root / tests / integration / fixtures
fixtures Plain Text 15 lines 198 B
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
[service]
name = "cron"
type = "daemon"

[exec]
start = "/usr/sbin/cron"
../cron.toml../filesystem.toml[service]
name = "filesystem"
type = "oneshot"

[exec]
start = "./start.sh"
#!/bin/sh
mount -a