Add a Lintian timer/service

This commit is contained in:
Simon Quigley 2024-12-03 23:49:50 -06:00
parent 1315083144
commit 7b746b817f
2 changed files with 20 additions and 0 deletions

10
systemd/lintian.service Normal file
View 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
View File

@ -0,0 +1,10 @@
[Unit]
Description=Lintian timer
[Timer]
OnBootSec=4min
OnUnitActiveSec=15min
Persistent=true
[Install]
WantedBy=timers.target