This unit is provided by:
Options
-
[Install]
-
WantedBy=multi-user.target
-
-
[Service]
-
ExecReload=/bin/kill -s HUP $MAINPID
-
ExecStart=/usr/sbin/nats-server -c /etc/nats-server.conf
-
ExecStop=/bin/kill -s SIGINT $MAINPID
-
Group=nats
-
PrivateTmp=yes
-
Type=simple
-
User=nats
-
-
[Unit]
-
After=network.target ntp.service
-
Description=NATS Server
-
Additionnal notes
Nothing here.