systemd-udev.service.in revision 454591be36880b0300b0448576c483a39d9cc611
cfd262045c23cadb8415f0111f56995258f17361Evan Hunt# This file is part of systemd.
ffaab41a01621c0e02196e225f9269daf8b2ec8fTinderbox User#
cfd262045c23cadb8415f0111f56995258f17361Evan Hunt# systemd is free software; you can redistribute it and/or modify it
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews# under the terms of the GNU Lesser General Public License as published by
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews# the Free Software Foundation; either version 2.1 of the License, or
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews# (at your option) any later version.
cfd262045c23cadb8415f0111f56995258f17361Evan Hunt
cfd262045c23cadb8415f0111f56995258f17361Evan Hunt[Unit]
cfd262045c23cadb8415f0111f56995258f17361Evan HuntDescription=udev Kernel Device Manager
cfd262045c23cadb8415f0111f56995258f17361Evan HuntDocumentation=man:systemd-udevd.service(8) man:udev(7)
cfd262045c23cadb8415f0111f56995258f17361Evan HuntWants=systemd-udev-control.socket systemd-udev-kernel.socket
cfd262045c23cadb8415f0111f56995258f17361Evan HuntAfter=systemd-udev-control.socket systemd-udev-kernel.socket
cfd262045c23cadb8415f0111f56995258f17361Evan HuntBefore=basic.target
cfd262045c23cadb8415f0111f56995258f17361Evan HuntDefaultDependencies=no
cfd262045c23cadb8415f0111f56995258f17361Evan HuntConditionCapability=CAP_MKNOD
cfd262045c23cadb8415f0111f56995258f17361Evan Hunt
cfd262045c23cadb8415f0111f56995258f17361Evan Hunt[Service]
ffaab41a01621c0e02196e225f9269daf8b2ec8fTinderbox UserType=notify
ffaab41a01621c0e02196e225f9269daf8b2ec8fTinderbox UserOOMScoreAdjust=-1000
cfd262045c23cadb8415f0111f56995258f17361Evan HuntSockets=systemd-udev-control.socket systemd-udev-kernel.socket
cfd262045c23cadb8415f0111f56995258f17361Evan HuntRestart=always
cfd262045c23cadb8415f0111f56995258f17361Evan HuntExecStart=@rootlibexecdir@/systemd-udevd
cfd262045c23cadb8415f0111f56995258f17361Evan Hunt