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

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