summaryrefslogtreecommitdiffstats
path: root/projectroot/lib/systemd/system/rc-once.service
blob: d3377b3d7b7cea374da1620fd94692d26b32fbe8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=First boot services
DefaultDependencies=no
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