Update to 2021-12-31 14:05

This commit is contained in:
Daniel Berteaud
2021-12-31 14:05:49 +01:00
parent 489c627e9d
commit 6430e931d0
46 changed files with 856 additions and 51 deletions

View File

@@ -0,0 +1,16 @@
[Unit]
Description=RPM Build watcher service
[Service]
Type=simple
User={{ rpm_user }}
Group={{ rpm_user }}
ExecStart=/usr/bin/perl {{ rpm_root_dir }}/bin/watcher.pl --config {{ rpm_root_dir }}/etc/config.yml --verbose
WorkingDirectory={{ rpm_root_dir }}/
Restart=always
ReadWritePaths=/run {{ rpm_root_dir }}/repo {{ rpm_root_dir }}/cache {{ rpm_root_dir }}/builds
PrivateTmp=true
[Install]
WantedBy=multi-user.target