Skip to content

Commit

Permalink
Merge pull request #880 from andyxning/add_ntp_dep_to_systemd_service…
Browse files Browse the repository at this point in the history
…_file

add ntp dep to systemd service file
  • Loading branch information
derekcollison authored Jan 17, 2019
2 parents 714b75d + 8b473db commit 7297ad5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/gnatsd.service
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[Unit]
Description=NATS messaging server
After=network.target
After=network.target ntp.service

[Service]
PrivateTmp=true
Expand Down

0 comments on commit 7297ad5

Please sign in to comment.