summaryrefslogtreecommitdiff
path: root/units/init-conf.service.m4
blob: 0723574ff07473a399a2227230c0a64a70f01535 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[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'
m4_ifdef(`SMACK_LABEL',
SmackProcessLabel=system-plugin-common::script
)m4_dnl

[Install]
WantedBy=sysinit.target