1 2 3 4 5 6 7 8 9 10 11 12 13
[Unit] Description=r-nacos server After=network.target [Service] Type=simple User=rnacos Group=rnacos ExecStart=/usr/bin/rnacos -e /etc/rnacos/env.conf WorkingDirectory=/var/lib/rnacos [Install] WantedBy=multi-user.target