Jan Kundrát | 6da3461 | 2017-10-11 12:28:53 +0200 | [diff] [blame] | 1 | [Unit] |
| 2 | Description=RAUC Good-marking Service |
| 3 | ConditionKernelCommandLine=|rauc.slot |
Jan Kundrát | 7ac1134 | 2018-06-14 18:56:05 +0200 | [diff] [blame] | 4 | Requires=multi-user.target |
| 5 | After=multi-user.target |
Jan Kundrát | 6da3461 | 2017-10-11 12:28:53 +0200 | [diff] [blame] | 6 | |
| 7 | [Service] |
Jan Kundrát | 7ac1134 | 2018-06-14 18:56:05 +0200 | [diff] [blame] | 8 | Type=oneshot |
| 9 | ExecStartPre=/bin/sh -c '[ "$(/bin/systemctl list-units --failed --all --no-legend --no-pager)" == "" ]' |
Jan Kundrát | 6da3461 | 2017-10-11 12:28:53 +0200 | [diff] [blame] | 10 | ExecStart=/usr/bin/rauc status mark-good |