summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-07-05Systemd.masked propertySean Whitton
This property masks, and when reverted unmasks, systemd services. This is just `systemctl mask service` and `systemctl unmask service`. It's useful for turning off a system service that you intend to run with --user. Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
2015-07-03typoJoey Hess
2015-07-03updateJoey Hess
2015-07-02updateJoey Hess
2015-07-02propellor spinJoey Hess
2015-06-30Version dependency on exceptions.Joey Hess
2015-06-29Added --unset to delete a privdata field.Joey Hess
2015-06-29Further docstring improvements.Iustin Pop
2015-06-29Fix a couple of trivial typos in Postfix docstringIustin Pop
2015-06-16update for Docker.Image changesJoey Hess
2015-06-16Update Joey's config according to new Docker.Image definitionAntoine Eiche
2015-06-16Replace String type synonym Docker.Image by a data type which allows to ↵Antoine Eiche
specify an image name and an optional tag. This also introduces the class ImageIdentifier which is internally used by some Docker methods.
2015-06-09spelingJoey Hess
2015-06-09prep releaseJoey Hess
2015-06-06propellor spinJoey Hess
2015-06-04changelogJoey Hess
2015-06-04Add Docker environment property which allows to specify environment ↵Antoine Eiche
variables to containers.
2015-06-02wordingJoey Hess
2015-06-02fix exampleJoey Hess
2015-06-01Docker: volume and publish accept Bound FilePath and Bound Port, ↵Joey Hess
respectively. They also continue to accept Strings, for backwards compatability.
2015-06-01more systemd improvementsJoey Hess
2015-06-01add BoundJoey Hess
2015-06-01propellor spinJoey Hess
2015-06-01cleanupJoey Hess
2015-06-01propellor spinJoey Hess
2015-06-01propellor spinJoey Hess
2015-06-01propellor spinJoey Hess
2015-06-01add .lock and .lastchecked to gitignoreJoey Hess
2015-06-01add chroot/ directory to gitignoreJoey Hess
2015-06-01descsJoey Hess
2015-06-01use --machineJoey Hess
needed by systemd 220 for machined to see the container as a machine
2015-06-01propellor spinJoey Hess
2015-06-01propellor spinJoey Hess
2015-06-01propellor spinJoey Hess
2015-06-01propellor spinJoey Hess
2015-06-01another try at unmounting /proc for systemd-nspawnJoey Hess
2015-06-01propellor spinJoey Hess
2015-06-01add linkJournal property so it can be reverted to disableJoey Hess
2015-06-01explicitly speciy params for systemd-nspawn ExecStartJoey Hess
It was using whatever was in /lib/systemd/system/systemd-nspawn@.service, but systemd 220 added --network-veth to that, which can break existing setups. So don't do that.
2015-06-01propellor spinJoey Hess
2015-06-01propellor spinJoey Hess
2015-06-01propellor spinJoey Hess
2015-06-01propellor spinJoey Hess
2015-06-01propellor spinJoey Hess
2015-06-01propellor spinJoey Hess
2015-06-01don't mount /proc when provisioning systemd-nspawn containerJoey Hess
While needed for chroot provisioning, it confuses system when systemd-nspawn runs it inside the container.
2015-06-01reorganize Port type for systemd can use itJoey Hess
2015-06-01better types for systemd port publishingJoey Hess
2015-06-01propellor spinJoey Hess
2015-06-01propellor spinJoey Hess