Compare commits
2 Commits
631703b543
...
7b746b817f
Author | SHA1 | Date | |
---|---|---|---|
7b746b817f | |||
1315083144 |
@ -1,7 +1,7 @@
|
|||||||
[Unit]
|
[Unit]
|
||||||
Description=Britney
|
Description=Britney
|
||||||
Wants=britney.timer
|
Wants=britney.timer
|
||||||
After=network.target
|
After=network.target nginx.service
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=simple
|
Type=simple
|
||||||
|
10
systemd/lintian.service
Normal file
10
systemd/lintian.service
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
[Unit]
|
||||||
|
Description=Lintian
|
||||||
|
Wants=lintian.timer
|
||||||
|
After=network.target nginx.service
|
||||||
|
|
||||||
|
[Service]
|
||||||
|
Type=simple
|
||||||
|
User=lugito
|
||||||
|
Group=lugito
|
||||||
|
ExecStart=/srv/lubuntu-ci/repos/ci-tools/lintian-ppa -u lubuntu-ci -p unstable-ci-proposed
|
10
systemd/lintian.timer
Normal file
10
systemd/lintian.timer
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
[Unit]
|
||||||
|
Description=Lintian timer
|
||||||
|
|
||||||
|
[Timer]
|
||||||
|
OnBootSec=4min
|
||||||
|
OnUnitActiveSec=15min
|
||||||
|
Persistent=true
|
||||||
|
|
||||||
|
[Install]
|
||||||
|
WantedBy=timers.target
|
Loading…
x
Reference in New Issue
Block a user