12 lines
254 B
Desktop File
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
|