File: driverctl%40.service

package info (click to toggle)
driverctl 0.115-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 140 kB
  • sloc: sh: 352; makefile: 47
file content (13 lines) | stat: -rw-r--r-- 291 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=Load the driverctl override for %i
DefaultDependencies=no
Before=basic.target
RefuseManualStart=yes
RefuseManualStop=yes
ConditionPathExists=/etc/driverctl.d/%i

[Service]
Type=oneshot
RemainAfterExit=yes
ExecStart=/usr/sbin/driverctl load-override %I
TimeoutStartSec=300