Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
ansible
roles
plone
Commits
743d0a49
Commit
743d0a49
authored
Oct 05, 2018
by
Dan Thomson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[
#1
] Remove extraneous quote
parent
aa772414
Pipeline
#2618
passed with stage
in 12 minutes and 48 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
templates/etc/systemd/system/plone.service.j2
templates/etc/systemd/system/plone.service.j2
+1
-1
No files found.
templates/etc/systemd/system/plone.service.j2
View file @
743d0a49
...
...
@@ -5,7 +5,7 @@ After=syslog.target network.target
[Service]
User=plone_daemon
Type=forking
PIDFile={{ plone_var_path }}/instance.pid
"
PIDFile={{ plone_var_path }}/instance.pid
EnvironmentFile=-/etc/sysconfig/plone-{{ plone_instance_name }}
EnvironmentFile=-/etc/default/plone-{{ plone_instance_name }}
ExecStart={{ plone_install_path }}/{{ plone_instance_name }}/bin/plonectl start
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment