File: start-drbl-live.service

package info (click to toggle)
clonezilla 5.3.17-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 4,320 kB
  • sloc: sh: 39,498; perl: 182; python: 59; makefile: 23
file content (19 lines) | stat: -rw-r--r-- 627 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
## This is the systemd service for start-drbl-live.

[Unit]
Description=DRBL live startup service
After=live-config.service systemd-user-sessions.service
Before=getty@tty1.service getty@ttyUSB0.service
Before=serial-getty@ttyS0.service serial-getty@ttyS1.service serial-getty@ttyS2.service serial-getty@ttyS3.service serial-getty@ttyO0.service serial-getty@ttyO2.service
Before=display-manager.service
DefaultDependencies=no
ConditionPathExists=/etc/drbl/start-drbl-live
ConditionKernelCommandLine=boot=live

[Service]
Type=oneshot
RemainAfterExit=yes
ExecStart=/etc/drbl/start-drbl-live start

[Install]
WantedBy=getty.target