chiark / gitweb /
Merge branch 'journal'
[elogind.git] / units / suse / rc-local.service
1 #  This file is part of systemd.
2 #
3 #  systemd is free software; you can redistribute it and/or modify it
4 #  under the terms of the GNU General Public License as published by
5 #  the Free Software Foundation; either version 2 of the License, or
6 #  (at your option) any later version.
7
8 # This unit gets pulled automatically into multi-user.target by
9 # systemd-rc-local-generator if /etc/init.d/boot.local is executable.
10 [Unit]
11 Description=/etc/init.d/boot.local Compatibility
12 After=network.target
13
14 [Service]
15 Type=oneshot
16 ExecStart=/etc/init.d/boot.local
17 TimeoutSec=0
18 RemainAfterExit=yes
19 SysVStartPriority=99