Better integration with tamarin local instance

This commit is contained in:
2019-12-31 11:03:24 +01:00
parent bef4b3136b
commit ed1e4458ac
6 changed files with 51 additions and 12 deletions

13
etc/containerpilot.json5 Normal file
View 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
View File

@ -0,0 +1 @@
/packages IN_ALL_EVENTS /srv/aptly_add.sh $@ $# $%