Magellan Linux

Annotation of /trunk/rdate/rdate.service

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1512 - (hide annotations) (download)
Thu Sep 1 16:21:16 2011 UTC (12 years, 8 months ago) by niro
File size: 266 byte(s)
-added systemd service unit
1 niro 1512 [Unit]
2     Description=Network time with rdate
3     After=syslog.target network.target
4    
5     [Service]
6     Type=oneshot
7     RemainAfterExit=yes
8     EnvironmentFile=/etc/conf.d/rdate
9     ExecStart=/usr/bin/rdate -s -t $RDATE_TIMEOUT $RDATE_OPTS $RDATE_SERVER
10    
11     [Install]
12     WantedBy=multi-user.target