summarylogtreecommitdiffstats
path: root/warsaw.service
diff options
context:
space:
mode:
authorRafael Fontenelle2017-03-08 19:16:49 -0300
committerRafael Fontenelle2017-03-08 19:19:48 -0300
commit77041055a135100767780aabcdc165a8dbaa8ff1 (patch)
treec8a6605d76e65618900642e82965e255085be845 /warsaw.service
downloadaur-77041055a135100767780aabcdc165a8dbaa8ff1.tar.gz
Initial commit
Diffstat (limited to 'warsaw.service')
-rw-r--r--warsaw.service13
1 files changed, 13 insertions, 0 deletions
diff --git a/warsaw.service b/warsaw.service
new file mode 100644
index 000000000000..d2a46ca807f6
--- /dev/null
+++ b/warsaw.service
@@ -0,0 +1,13 @@
+[Unit]
+Description=Warsaw Technology (core)
+After=remote-fs.service
+After=syslog.target
+
+[Service]
+Type=oneshot
+RemainAfterExit=yes
+ExecStartPre=/usr/bin/warsaw/wscertmgr
+ExecStart=/usr/bin/warsaw/core
+
+[Install]
+WantedBy=multi-user.target