diff options
author | root <root@rshg054.dnsready.net> | 2012-10-11 00:35:42 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-10-11 00:35:42 -0700 |
commit | dd7c17a54a4b6e2f08376a1afa8e75de661cc3d4 (patch) | |
tree | a9ccc072c17ea4a3f2fbdfa6c82c017a102839ad /extra/xsp/xsp.service | |
parent | 769ba4645df3c2f793bc2d3ee245573b79b206d3 (diff) |
Thu Oct 11 00:35:41 PDT 2012
Diffstat (limited to 'extra/xsp/xsp.service')
-rw-r--r-- | extra/xsp/xsp.service | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/extra/xsp/xsp.service b/extra/xsp/xsp.service new file mode 100644 index 000000000..36b802e21 --- /dev/null +++ b/extra/xsp/xsp.service @@ -0,0 +1,8 @@ +[Unit] +Description=XSP Web Server + +[Service] +ExecStart=/usr/bin/xsp --appconfigdir /etc/xsp --nonstop + +[Install] +WantedBy=multi-user.target |