Deleted old naming [ci skip]

This commit is contained in:
Derek Collison
2019-06-07 11:14:30 -07:00
committed by GitHub
parent 7a7ea66e1f
commit 6d7fd605d0

View File

@@ -1,16 +0,0 @@
[Unit]
Description=NATS messaging server
After=network.target ntp.service
[Service]
PrivateTmp=true
Type=simple
ExecStart=/usr/sbin/gnatsd -c /etc/gnatsd.conf
ExecReload=/bin/kill -s HUP $MAINPID
ExecStop=/bin/kill -s SIGINT $MAINPID
User=gnatsd
Group=gnatsd
[Install]
WantedBy=multi-user.target