Home | History | Annotate | Download | only in systemd
      1 [Unit]
      2 Description=Secure parasitic time daemon
      3 After=network.target
      4 
      5 [Service]
      6 Type=simple
      7 EnvironmentFile=/etc/default/tlsdated
      8 ExecStart=/usr/sbin/tlsdated ${DAEMON_OPTS}
      9 ExecReload=/bin/kill -HUP ${MAINPID}
     10 ExecStop=/bin/kill -INT ${MAINPID}
     11