debian-atomic-system-files/apt-ostree-systemd/systemd/system/apt-ostree-bootstatus.service
2025-09-01 14:05:34 -07:00

12 lines
254 B
Desktop File

[Unit]
Description=Log apt-ostree Booted Deployment Status To Journal
Documentation=man:apt-ostree(1)
ConditionPathExists=/run/ostree-booted
[Service]
Type=oneshot
ExecStart=apt-ostree status -b
RemainAfterExit=yes
[Install]
WantedBy=multi-user.target