summarylogtreecommitdiffstats
path: root/rnacos.service
blob: 4c85b2fbec4b05d13932cdbdcbe43f0a18b870cd (plain)
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