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