Magellan Linux

Annotation of /trunk/ethtool/wol.service

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1508 - (hide annotations) (download)
Fri Aug 26 20:12:18 2011 UTC (12 years, 8 months ago) by niro
File size: 263 byte(s)
added wol service
1 niro 1508 [Unit]
2     Description=Enable WOL for Ethernet Device %I.
3     After=syslog.target network.target
4    
5     [Service]
6     Type=oneshot
7     RemainAfterExit=yes
8     EnvironmentFile=-/etc/conf.d/wol
9     ExecStart=/sbin/ethtool -s %i wol $WOLMODE
10    
11     #[Install]
12     #Alias=multi-user.target/wol@eth1.service