Browse Source

Remove deprecated '-s' parameter

master
Pekka Helenius 3 years ago
parent
commit
95dd70d19f
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      arch/openntpd-git/openntpd.service

+ 1
- 1
arch/openntpd-git/openntpd.service View File

@ -5,7 +5,7 @@ Conflicts=systemd-timesyncd.service
[Service]
Type=forking
ExecStart=/usr/bin/ntpd -s
ExecStart=/usr/bin/ntpd
[Install]
WantedBy=multi-user.target

Loading…
Cancel
Save