summaryrefslogtreecommitdiffstats
path: root/src/netctl.in
AgeCommit message (Collapse)AuthorFilesLines
2014-02-25No daemon-reload in chroot (FS#37691)Jouke Witteveen1-4/+12
2013-06-04Expose version informationJouke Witteveen1-2/+0
Profiles now have access to it.
2013-05-18Rewording some lines regarding exit codesJouke Witteveen1-2/+2
2013-05-15Make a directory for a unit file link before creating the link itself.Evan Teitelman1-0/+1
The '/etc/systemd/system/multi-user.target.wants' directory does not necessarily exist before netctl is invoked.
2013-05-06Improve array handlingJouke Witteveen1-2/+3
When interpreted as an array, the empty string represents a 1-element array consisting of the empty string. This is actually very reasonable. Reported by: Thomas Bächler <thomas@archlinux.org>
2013-05-05Use pkg-config to obtain the systemd system unit directoryJouke Witteveen1-0/+181
This ensures the units are installed correctly if systemd is installed in an alternate location like /lib/systemd. Idem for the location of profile-based units. Based on a proposal by: Mike Gilbert <floppym@gentoo.org>