Skip to content

Commit

Permalink
Enable sdw-notify.timer for all users in rpm %post instead of via Salt.
Browse files Browse the repository at this point in the history
  • Loading branch information
rocodes committed Jun 18, 2024
1 parent 5176183 commit 710318f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 21 deletions.
3 changes: 3 additions & 0 deletions rpm-build/SPECS/securedrop-workstation-dom0-config.spec
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,9 @@ systemctl enable securedrop-logind-override-disable.service
systemctl --global enable securedrop-user-xfce-icon-size.service ||:
systemctl --global enable securedrop-user-xfce-settings.service ||:

# Enable notification timer
systemctl --global enable sdw-notify.timer ||:

%preun
# If we're uninstalling (vs upgrading)
if [ $1 -eq 0 ]; then
Expand Down
20 changes: 0 additions & 20 deletions securedrop_salt/sd-dom0-systemd.sls

This file was deleted.

1 change: 0 additions & 1 deletion securedrop_salt/sd-workstation.top
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ base:
dom0:
- securedrop_salt.sd-sys-vms
- securedrop_salt.sd-dom0-files
- securedrop_salt.sd-dom0-systemd
- securedrop_salt.sd-base-template
- securedrop_salt.sd-workstation-template
- securedrop_salt.sd-upgrade-templates
Expand Down

0 comments on commit 710318f

Please sign in to comment.