[med-svn] [shiny-server] 03/08: Simplify systemd control file

Andreas Tille tille at debian.org
Mon Mar 27 15:04:39 UTC 2017


This is an automated email from the git hooks/post-receive script.

tille pushed a commit to branch master
in repository shiny-server.

commit ca30ac622083501d8e84fb20ac717363957c703f
Author: Andreas Tille <tille at debian.org>
Date:   Mon Mar 27 12:08:58 2017 +0200

    Simplify systemd control file
---
 debian/shiny-server.service | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/debian/shiny-server.service b/debian/shiny-server.service
index 7d07900..fc23c4f 100644
--- a/debian/shiny-server.service
+++ b/debian/shiny-server.service
@@ -2,12 +2,8 @@
 Description=ShinyServer
 
 [Service]
-TimeoutStartSec=10
-ExecStart=/bin/bash -c '/usr/bin/shiny-server --pidfile=/var/run/shiny-server.pid >> /var/log/shiny-server.log 2>&1'
-# Needed to give SS a chance to write out to the PID file.
-ExecStartPost=/bin/sleep 3
-PIDFile=/var/run/shiny-server.pid
 Type=simple
+ExecStart=/usr/bin/shiny-server
 
 # Environment="LANG=en_US.UTF-8"
 ExecReload=/bin/kill -HUP $MAINPID

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/shiny-server.git



More information about the debian-med-commit mailing list