Magellan Linux

Annotation of /trunk/dhcpcd/dhcpcd.service

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3738 - (hide annotations) (download)
Tue Jul 25 14:53:46 2023 UTC (9 months, 2 weeks ago) by niro
File size: 312 byte(s)
-added systemd service
1 niro 3738 [Unit]
2     Description=Lightweight DHCP client daemon
3     Wants=network.target
4     Before=network.target network-online.target
5    
6     [Service]
7     Type=forking
8     ExecStart=/usr/sbin/dhcpcd -q
9     PIDFile=/run/dhcpcd/pid
10     # Avoid duplicate output on stderr/syslog
11     StandardOutput=null
12     StandardError=null
13    
14     [Install]
15     WantedBy=multi-user.target