Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-09-19 | Store masked state to respect user’s maskingdebian/1.10 | Michael Stapelberg | 1 | -0/+20 | |
We cannot just unconditionally unmask services on installation time, otherwise “systemctl mask” executed by the user will be reversed. To that end, files in /var/lib/systemd/deb-systemd-helper-masked/ signal that d-s-h masked the service and is allowed to unmask it. | |||||
2013-09-19 | update changelog, bump dependency on i-s-h | Michael Stapelberg | 1 | -1/+1 | |
2013-09-19 | Fix mask/unmask implementation (Thanks Michael Biebl) | Michael Stapelberg | 1 | -51/+23 | |
Turns out that I mistakenly linked the same symlinks to /dev/null that one would normally link to the service file, but mask links are orthogonal to that. As an example, for rsyslog.service, the mask link is /etc/systemd/system/rsyslog.service -> /dev/null, not /etc/systemd/system/mult-user.targe.wants/rsyslog.service fixes #714903 | |||||
2013-09-19 | d-s-h: add safety check for unmask | Michael Stapelberg | 1 | -1/+5 | |
2013-09-18 | bump dependency on i-s-hdebian/1.9 | Michael Stapelberg | 1 | -1/+1 | |
2013-09-15 | use the state file contents for mask/unmask | Michael Stapelberg | 1 | -6/+8 | |
This is necessary because when removing, the original service file might not be around anymore. | |||||
2013-09-15 | d-s-h: implement mask and unmask commands | Michael Stapelberg | 1 | -5/+77 | |
2013-09-14 | dh_systemd_enable: skip unit files without an [Install] section | Michael Stapelberg | 1 | -0/+18 | |
fixes #721241 | |||||
2013-09-12 | Bugfix: create files with permission 0644 | Michael Stapelberg | 1 | -0/+2 | |
fixes #722524 | |||||
2013-08-27 | dh_systemd_enable: document debian/package.{service,tmpfile} | Michael Stapelberg | 1 | -0/+17 | |
While these files are installed in dh_installinit for historic reasons, many people are looking for documentation in dh_systemd_enable. And they are not completely wrong, since dh_systemd_enable needs to install these files anyway, and will be the only script to do so in the future. | |||||
2013-07-25 | bump dependency on i-s-hdebian/1.8 | Michael Stapelberg | 1 | -1/+1 | |
2013-07-24 | deb-systemd-helper: support --quiet for (is|was)-enabled | Michael Stapelberg | 1 | -2/+2 | |
2013-07-24 | deb-systemd-helper: fix exit code for was-enabled | Michael Stapelberg | 1 | -0/+1 | |
2013-07-24 | dh_systemd_enable: use basename of the unit files | Michael Stapelberg | 1 | -2/+3 | |
2013-07-24 | refactor state file reading, dump entries for debugging | Michael Stapelberg | 1 | -23/+23 | |
2013-07-24 | DRY: introduce dsh_state_path(), use $dsh_state as consistent variable name | Michael Stapelberg | 1 | -32/+36 | |
2013-07-24 | update files atomically to be more robust when being cancelled | Michael Stapelberg | 1 | -15/+33 | |
2013-07-24 | dh_systemd_enable: deal with changes in the [Install] section | Michael Stapelberg | 1 | -4/+6 | |
autoscripts/postinst-systemd-dont-enable now uses update-state instead of enable/disable which fixes accidental re-disabling of services. Both autoscripts call enable to create new symlinks, if necessary. Both autoscripts call update-state in case the service is not enabled in order to update the state file so that all service files will be removed on purge. See also http://bugs.debian.org/#717603 | |||||
2013-07-24 | refactor; implement update-state | Michael Stapelberg | 1 | -49/+83 | |
2013-07-24 | Bugfix: Open the file for reading and appending, seek to the beginning | Michael Stapelberg | 1 | -1/+2 | |
Otherwise, duplicate entries will end up in the state file. This bugfix was brought to you by the new test suite \o/. | |||||
2013-07-23 | deb-systemd-helper: implement debian-installed command | Michael Stapelberg | 1 | -2/+19 | |
2013-07-23 | deb-systemd-helper: implement was-enabled | Michael Stapelberg | 1 | -1/+45 | |
2013-07-23 | remove inaccurate statement about systemctl requiring a running systemd | Michael Stapelberg | 1 | -2/+1 | |
2013-07-15 | Fix syntax error in dh_systemd_startdebian/1.6 | Michael Stapelberg | 1 | -1/+0 | |
2013-07-14 | bump dependency on i-s-h for --quietdebian/1.5 | Michael Stapelberg | 1 | -1/+1 | |
2013-07-14 | dh_systemd_start: add --no-start | Michael Stapelberg | 1 | -1/+7 | |
2013-07-14 | dh_systemd_enable: add --no-enable, deb-systemd-helper: add --quiet | Michael Stapelberg | 2 | -5/+27 | |
The latter is necessary to make the former work without confusing users :). | |||||
2013-07-01 | deb-systemd-helper: clean up /var/lib/systemd/deb-systemd-helper-enabled and ↵ | Michael Stapelberg | 1 | -0/+22 | |
/etc/systemd to pass a piuparts run. | |||||
2013-06-27 | update changelog, bump dependency in dh_systemd_enabledebian/1.4 | Michael Stapelberg | 1 | -1/+1 | |
2013-06-27 | Bugfix: ensure state directory exists before writing to it (Thanks uau, bigon) | Michael Stapelberg | 1 | -0/+1 | |
2013-06-26 | deb-systemd-invoke: remove wrong documentation (copy & paste mistake) | Michael Stapelberg | 1 | -5/+0 | |
2013-06-19 | document debug env variable | Michael Stapelberg | 1 | -0/+12 | |
2013-06-19 | dh_systemd_enable: bump dependency on init-system-helper to make bugfixes ↵ | Michael Stapelberg | 1 | -1/+1 | |
available | |||||
2013-06-19 | deb-systemd-helper: always store .dsh-also state, not only when creating links | Michael Stapelberg | 1 | -4/+18 | |
2013-06-19 | deb-systemd-helper: delete state file on remove if user didn’t disable service | Michael Stapelberg | 1 | -2/+6 | |
This makes dpkg -i, dpkg -r, dpkg -i work correctly. Before, the user would end up with a disabled service. | |||||
2013-06-19 | deb-systemd-handler: replicate /etc/systemd/system in state dir | Michael Stapelberg | 1 | -45/+35 | |
…instead of using the basename of the file. The state handling got really messy, so this commit cleans it up. Also, introduce a debug mechanism by looking for _DEB_SYSTEMD_HELPER_DEBUG=1 in the environment. | |||||
2013-06-19 | deb-systemd-helper: also remove statefiles when the service is disabled | Michael Stapelberg | 1 | -1/+23 | |
This will most likely change with the next commit, but makes things better for now. | |||||
2013-06-19 | add deb-systemd-invoke, a wrapper which respects (basic) policy.d | Michael Stapelberg | 1 | -0/+85 | |
2013-06-18 | dh_systemd_start: don’t start the same unit multiple times | Michael Stapelberg | 1 | -1/+1 | |
2013-06-18 | error message: add whitespaces after dots | Michael Stapelberg | 1 | -2/+2 | |
2013-06-18 | depend on init-system-helpers >= 1.2 due to behavioral changes | Michael Stapelberg | 1 | -1/+1 | |
2013-06-18 | remove dh_systemd_disable, this edge case will be handled in maintscripts | Michael Stapelberg | 2 | -201/+3 | |
To clarify: the edge case is that there is a socket-activated service which has a name for the .socket file that diverges from the basename of the init script. In our case, that is syslog.socket vs. /etc/init.d/rsyslog. | |||||
2013-06-18 | dh_systemd_{enable,disable}: don’t pass Also= and Alias= units on the cmdline | Michael Stapelberg | 2 | -112/+4 | |
See previous commit. | |||||
2013-06-18 | deb-systemd-helper: store which files are enabled, disable them when disabling | Michael Stapelberg | 1 | -15/+31 | |
This allows us to not specify Also= and Alias= units on the commandline (e.g. deb-systemd-helper disable avahi-daemon.service \ avahi-daemon.socket dbus-org.freedesktop.Avahi.service). We want to have this as it is consistent with what systemctl does. | |||||
2013-06-18 | dh_systemd_start: strip .socket (like .service) when looking for sysv scripts | Michael Stapelberg | 1 | -1/+1 | |
2013-06-17 | make --disable-in-prerm keep the postrm autoscript (works in addition now) | Michael Stapelberg | 1 | -5/+5 | |
This is necessary because otherwise the deletion of state files at purge time is not run. | |||||
2013-06-17 | deb-systemd-helper: only remove state file on purge | Michael Stapelberg | 1 | -2/+7 | |
2013-06-17 | refactor step 6: split functionality into dh_systemd_{enable,disable} | Michael Stapelberg | 2 | -160/+16 | |
2013-06-17 | refactor step 5: split off dh_systemd_disable | Michael Stapelberg | 1 | -0/+308 | |
2013-06-17 | dh_systemd_enable: add --disable-in-prerm, add autoscript() hack | Michael Stapelberg | 1 | -2/+82 | |