archboot/usr/lib/systemd/system/archboot-server-update.service

7 lines
131 B
SYSTEMD
Raw Normal View History

2024-07-23 19:36:18 +02:00
[Unit]
Description=Check, build and upload archboot images at night
[Service]
2024-07-25 09:13:15 +02:00
ExecStart="/usr/bin/archboot-server-update.sh run"
2024-07-23 19:36:18 +02:00