-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rename cockpit-tempfiles.conf to cockpit-ws.conf
Follow the name of the functionality in systemd: See: https://www.freedesktop.org/software/systemd/man/latest/tmpfiles.d.html In particular, this should be named after the package name (cockpit-ws), and putting "tempfiles" into a tmpfiles.d/ file name is redundant. Co-Authored-By: Martin Pitt <[email protected]>
- Loading branch information
1 parent
1bc79c0
commit 0642db0
Showing
5 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -402,7 +402,7 @@ authentication via sssd/FreeIPA. | |
%{_unitdir}/[email protected] | ||
%{_unitdir}/[email protected] | ||
%{_unitdir}/system-cockpithttps.slice | ||
%{_prefix}/%{__lib}/tmpfiles.d/cockpit-tempfiles.conf | ||
%{_prefix}/%{__lib}/tmpfiles.d/cockpit-ws.conf | ||
%{pamdir}/pam_ssh_add.so | ||
%{pamdir}/pam_cockpit_cert.so | ||
%{_libexecdir}/cockpit-ws | ||
|
@@ -447,7 +447,7 @@ if [ "$1" = 1 ]; then | |
chmod 644 /etc/cockpit/disallowed-users | ||
fi | ||
|
||
%tmpfiles_create cockpit-tempfiles.conf | ||
%tmpfiles_create cockpit-ws.conf | ||
%systemd_post cockpit.socket cockpit.service | ||
# firewalld only partially picks up changes to its services files without this | ||
test -f %{_bindir}/firewall-cmd && firewall-cmd --reload --quiet || true | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ ${env:deb_systemdsystemunitdir}/[email protected] | |
${env:deb_systemdsystemunitdir}/system-cockpithttps.slice | ||
${env:deb_pamlibdir}/security/pam_ssh_add.so | ||
${env:deb_pamlibdir}/security/pam_cockpit_cert.so | ||
usr/lib/tmpfiles.d/cockpit-tempfiles.conf | ||
usr/lib/tmpfiles.d/cockpit-ws.conf | ||
usr/lib/cockpit/cockpit-session | ||
usr/lib/cockpit/cockpit-ws | ||
usr/lib/cockpit/cockpit-wsinstance-factory | ||
|