Release new version 0.22.0
[grml-autoconfig.git] / systemd / grml-autoconfig.service
1 # This file is part of grml-autoconfig for usage with systemd.
2
3 [Unit]
4 Description=Grml boot option support
5 Before=getty@tty1.service
6 After=rc-local.service
7
8 [Service]
9 ExecStart=/etc/init.d/grml-autoconfig
10 Type=oneshot
11 StandardInput=tty
12 StandardOutput=tty
13
14 [Install]
15 WantedBy=grml-boot.target