summarylogtreecommitdiffstats
path: root/aurora.service
diff options
context:
space:
mode:
authorHaralds2017-03-02 02:20:23 +0000
committerHaralds2017-03-02 02:20:23 +0000
commitd438813c861f105507ae620ce1e752b28080e3d8 (patch)
tree7a7688501876992958effaee7bc543d5b3fee995 /aurora.service
downloadaur-d438813c861f105507ae620ce1e752b28080e3d8.tar.gz
initial commit
Diffstat (limited to 'aurora.service')
-rw-r--r--aurora.service15
1 files changed, 15 insertions, 0 deletions
diff --git a/aurora.service b/aurora.service
new file mode 100644
index 000000000000..3086b8a1cdfe
--- /dev/null
+++ b/aurora.service
@@ -0,0 +1,15 @@
+[Unit]
+Description=Aurora Scheduler
+After=network.target
+Wants=network.target
+
+[Service]
+ExecStart=/usr/bin/aurora-startup.sh
+#User=aurora
+#Group=aurora
+LimitNOFILE=16384
+Restart=always
+RestartSec=20
+
+[Install]
+WantedBy=multi-user.target