blob: b62d0d66d60fb23dc89ff351670f9eed4309f34e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
[Unit]
Description=Run init.%H.conf
DefaultDependencies=no
After=local-fs.target
Conflicts=shutdown.target
Before=sysinit.target shutdown.target
ConditionFileNotEmpty=/etc/init.%H.conf
[Service]
Type=oneshot
ExecStart=/bin/bash -c '/etc/init.%H.conf'
[Install]
WantedBy=sysinit.target
|