summarylogtreecommitdiffstats
path: root/nexus-oss.service
diff options
context:
space:
mode:
authorpappy2017-12-28 02:45:43 +0200
committerpappy2017-12-28 02:45:43 +0200
commit565225a477f865bfc9296cf2b7c004c640b101a1 (patch)
tree7982e4e4606ac96178261cd89ec0bcad489006c8 /nexus-oss.service
downloadaur-565225a477f865bfc9296cf2b7c004c640b101a1.tar.gz
initial import
Diffstat (limited to 'nexus-oss.service')
-rw-r--r--nexus-oss.service16
1 files changed, 16 insertions, 0 deletions
diff --git a/nexus-oss.service b/nexus-oss.service
new file mode 100644
index 000000000000..ed0fb0d1e030
--- /dev/null
+++ b/nexus-oss.service
@@ -0,0 +1,16 @@
+[Unit]
+Description=Nexus 3 Repository OSS
+After=network.target
+
+[Service]
+Type=forking
+LimitNOFILE=65536
+User=nexus
+Group=nexus
+ExecStart=/usr/bin/nexus-oss start
+ExecStop=/usr/bin/nexus-oss start
+Restart=on-abort
+
+[Install]
+WantedBy=multi-user.target
+