File: bootcd.service

package info (click to toggle)
bootcd 6.4
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 540 kB
  • sloc: sh: 1,914; makefile: 50
file content (16 lines) | stat: -rw-r--r-- 446 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[Unit]
Description=bootcd modify files provided by floppy before starting other services
Documentation=man:bootcd(1)
DefaultDependencies=no
# make sure /etc/network/interfaces can be changed with floppy,
# before it is used by networking.service
Wants=network.target
After=local-fs.target network-pre.target
Before=network.target networking.service

[Service]
Type=oneshot
ExecStart=/etc/init.d/bootcd start

[Install]
WantedBy=multi-user.target