Better integration with tamarin local instance
This commit is contained in:
13
etc/containerpilot.json5
Normal file
13
etc/containerpilot.json5
Normal file
@ -0,0 +1,13 @@
|
||||
{
|
||||
jobs: [
|
||||
{
|
||||
name: "aptly_init",
|
||||
exec: "/srv/aptly.sh",
|
||||
},
|
||||
{
|
||||
name: "incron",
|
||||
restart: "always",
|
||||
exec: "/usr/bin/incrond -n"
|
||||
}
|
||||
]
|
||||
}
|
1
etc/incron.d/aptly.conf
Normal file
1
etc/incron.d/aptly.conf
Normal file
@ -0,0 +1 @@
|
||||
/packages IN_ALL_EVENTS /srv/aptly_add.sh $@ $# $%
|
Reference in New Issue
Block a user