Dzahn has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/339312 )

Change subject: phabricator: fix missing space in sshd-phab unit file
......................................................................

phabricator: fix missing space in sshd-phab unit file

sshd-phab service would not start on jessie with systemd since this space
was missing between -f and the path to the config file.

Bug: T158434
Change-Id: I3fab14f41873c2f9c762cccb283e04e1a211419b
---
M modules/phabricator/files/sshd-phab.service
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/12/339312/1

diff --git a/modules/phabricator/files/sshd-phab.service 
b/modules/phabricator/files/sshd-phab.service
index 7ea2965..dd49e77 100644
--- a/modules/phabricator/files/sshd-phab.service
+++ b/modules/phabricator/files/sshd-phab.service
@@ -6,7 +6,7 @@
 [Service]
 EnvironmentFile=-/etc/default/ssh
 Environment="PHABRICATOR_ENV=phd"
-ExecStart=/usr/sbin/sshd -D -f<%= @sshd_config %>
+ExecStart=/usr/sbin/sshd -D -f <%= @sshd_config %>
 ExecReload=/bin/kill -HUP $MAINPID
 KillMode=process
 Restart=on-failure

-- 
To view, visit https://gerrit.wikimedia.org/r/339312
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I3fab14f41873c2f9c762cccb283e04e1a211419b
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Dzahn <dz...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to