1b0617bfcd2e6d9c819702f83a7b48626f6a8be4
[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.target
6 After=rc-local.service
7
8 [Service]
9 ExecStart=/etc/init.d/grml-autoconfig
10 Type=oneshot
11 StandardOutput=tty
12 StandardError=journal+console
13
14 [Install]
15 WantedBy=multi-user.target