]> rtime.felk.cvut.cz Git - novaboot.git/blob - server/systemd/novaboot-power-off@.service
Update changelog for 20210126a release
[novaboot.git] / server / systemd / novaboot-power-off@.service
1 [Unit]
2 Description=Power off novaboot target %i
3 Conflicts=novaboot-power@%i.service
4 After=novaboot-power@%i.service
5
6 [Service]
7 Type=oneshot
8 # We don't need to execute anything. It's sufficient to Conflict
9 # novaboot-power. But units without Exec* are invalid. And we don't
10 # want tu use target unit (that don't need Exec*), because these don't
11 # have RemainAfterExit=no.
12 ExecStart=true