14 lines
129 B
Plaintext
14 lines
129 B
Plaintext
|
{
|
||
|
jobs: [
|
||
|
{
|
||
|
name: "aptly_init",
|
||
|
exec: "/srv/aptly.sh",
|
||
|
},
|
||
|
{
|
||
|
name: "incron",
|
||
|
restart: "always",
|
||
|
exec: "/usr/bin/incrond -n"
|
||
|
}
|
||
|
]
|
||
|
}
|