Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
LemonLDAP NG
lemonldap-ng
Commits
76aa880a
Commit
76aa880a
authored
Nov 02, 2018
by
Xavier Bachelot
Browse files
Add missing scriptlets for fastcgi-server
parent
dac7df6e
Changes
1
Hide whitespace changes
Inline
Side-by-side
rpm/lemonldap-ng.spec
View file @
76aa880a
...
...
@@ -448,6 +448,14 @@ if [ $1 -eq 1 ] ; then
rm -f %{apache_confdir}/z-lemonldap-ng.conf 2>&1 > /dev/null || :
fi
%post fastcgi-server
%systemd_post llng-fastcgi-server.service
%preun fastcgi-server
%systemd_preun llng-fastcgi-server.service
%postun fastcgi-server
%systemd_postun_with_restart llng-fastcgi-server.service
%files
%doc changelog INSTALL README.md AUTHORS CONTRIBUTING.md
...
...
Write
Preview
Supports
Markdown
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