summaryrefslogtreecommitdiffstats
path: root/projectroot/lib/systemd/system/rc-once.service
blob: 550a0188ef032843cf142b8eb74584b3347678dc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[Unit]
Description=First boot services
DefaultDependencies=no
IgnoreOnIsolate=true
After=local-fs.target
Requires=local-fs.target
After=system-update.target

[Service]
Type=oneshot
RemainAfterExit=no
ExecStart=/lib/systemd/systemd-rc-once
StandardOutput=syslog+console