Magellan Linux

Contents of /trunk/rdate/rdate.service

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1512 - (show annotations) (download)
Thu Sep 1 16:21:16 2011 UTC (12 years, 7 months ago) by niro
File size: 266 byte(s)
-added systemd service unit
1 [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