aboutsummaryrefslogtreecommitdiffstats
path: root/systemd/system/sysinit.service
blob: 9b0ccf77579a33dbd8f8cc4c0b485601798d70f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13

[Unit]
Description=System Initialization
DefaultDependencies=no
Conflicts=shutdown.target
Before=shutdown.target emergency.service emergency.target
After=local-fs.target

[Service]
ExecStart=/bin/true
Type=oneshot
TimeoutSec=0
RemainAfterExit=yes