diff options
author | Stefan G. Weichinger <office@oops.co.at> | 2017-01-15 08:49:50 +0100 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2017-01-15 08:52:54 +0100 |
commit | f478142f7e09113eda2a1618aab90c2b563f34d6 (patch) | |
tree | 1df7e947ee2e722c105bb7d4a80ff728100aa25c /www-apps/otrs/files | |
parent | dev-libs/libebml: Security cleanup (bug #564424) (diff) | |
download | gentoo-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.service | 13 |
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 |