summarylogtreecommitdiffstats
path: root/nexus3.service
blob: 7dcdc8be13684dd0941cbaed028de6df6869d51b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[Unit]
Description=Nexus 3 Service
After=network.target

[Service]
Type=forking
ExecStart=/opt/nexus3/bin/nexus start
ExecStop=/opt/nexus3/bin/nexus stop
User=nexus3
Restart=on-abort

[Install]
WantedBy=multi-user.target