Compare commits

...

2 Commits

Author SHA1 Message Date
7b746b817f Add a Lintian timer/service 2024-12-03 23:49:50 -06:00
1315083144 Start Britney after nginx 2024-12-03 23:45:00 -06:00
3 changed files with 21 additions and 1 deletions

View File

@ -1,7 +1,7 @@
[Unit]
Description=Britney
Wants=britney.timer
After=network.target
After=network.target nginx.service
[Service]
Type=simple

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