Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
It is not possible to use template units with directives, so Before=getty@.service does not work. There is a getty-pre.target unit which can be requested by services, which want to be ordered before getty. Use that instead. Although, WantedBy=getty@.service does work, this is strictly not correct, because we want this service to run indepdendent from getty, for example, to set the tag for lightdm. Change to WantedBy=multi-user.target.
- Loading branch information