File: bootcd.service

package info (click to toggle)
bootcd 5.14
  • links: PTS
  • area: main
  • in suites: buster
  • size: 560 kB
  • sloc: sh: 4,928; makefile: 88
file content (16 lines) | stat: -rw-r--r-- 447 bytes parent folder | download
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