diff options
Diffstat (limited to 'community/openntpd/openntpd.service')
-rw-r--r-- | community/openntpd/openntpd.service | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/community/openntpd/openntpd.service b/community/openntpd/openntpd.service new file mode 100644 index 000000000..ebaf10540 --- /dev/null +++ b/community/openntpd/openntpd.service @@ -0,0 +1,10 @@ +[Unit] +Description=OpenNTP Daemon +After=network.target + +[Service] +Type=forking +ExecStart=/usr/bin/ntpd -s + +[Install] +WantedBy=multi-user.target |