summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan G. Weichinger <office@oops.co.at>2017-01-15 08:49:50 +0100
committerThomas Deutschmann <whissi@gentoo.org>2017-01-15 08:52:54 +0100
commitf478142f7e09113eda2a1618aab90c2b563f34d6 (patch)
tree1df7e947ee2e722c105bb7d4a80ff728100aa25c /www-apps/otrs/files
parentdev-libs/libebml: Security cleanup (bug #564424) (diff)
downloadgentoo-f478142f7e09113eda2a1618aab90c2b563f34d6.tar.gz
gentoo-f478142f7e09113eda2a1618aab90c2b563f34d6.tar.bz2
gentoo-f478142f7e09113eda2a1618aab90c2b563f34d6.zip
www-apps/otrs: Bump to v5.0.15
Closes https://github.com/gentoo/gentoo/pull/3412 Gentoo-Bug: https://bugs.gentoo.org/563580 Gentoo-Bug: https://bugs.gentoo.org/598768 Package-Manager: Portage-2.3.3, Repoman-2.3.1 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'www-apps/otrs/files')
-rw-r--r--www-apps/otrs/files/otrs.service13
1 files changed, 13 insertions, 0 deletions
diff --git a/www-apps/otrs/files/otrs.service b/www-apps/otrs/files/otrs.service
new file mode 100644
index 000000000000..546ecdda8f93
--- /dev/null
+++ b/www-apps/otrs/files/otrs.service
@@ -0,0 +1,13 @@
+[Unit]
+Description=OTRS daemon
+
+[Service]
+Type=forking
+WorkingDirectory=/var/lib/otrs
+User=otrs
+ExecStart=/var/lib/otrs/bin/otrs.Daemon.pl start
+ExecStop=/var/lib/otrs/bin/otrs.Daemon.pl stop
+PrivateTmp=true
+
+[Install]
+WantedBy=multi-user.target