summaryrefslogtreecommitdiffstats
path: root/services
AgeCommit message (Collapse)AuthorFilesLines
2015-01-13Minor documentation fixesJouke Witteveen2-2/+0
2013-03-18Proper systemd escapingJouke Witteveen3-6/+6
This fixes the use of all sorts of characters in profile names/interface names.
2013-02-23Introduce sleep hook (FS#33829)Jouke Witteveen1-0/+13
This adds a store/restore hook to the sleep target of systemd. Thanks to: Claudio Kozický.
2013-02-05Disallow direct systemctl usage for profilesJouke Witteveen1-3/+0
This is meant to reduce confusion where netctl should be used instead of systemctl.
2013-01-26Correctly wait for devicesJouke Witteveen2-0/+2
BindsTo= is not enough, we also need After=.
2013-01-24Suppress ifplugd beepJouke Witteveen1-1/+1
We want to be unobtrusive. Reported by: Frederik (ball) on the Arch Linux bug tracker.
2012-12-30Forgotten lines on automatic connection scriptsJouke Witteveen2-0/+2
- The services now bind to their interfaces correctly. - Documentation of ExcludeAuto is added.
2012-12-28Forking netcfg to netctl (2/2)Jouke Witteveen4-16/+15
This commit contains the refactoring and rewriting of code.
2012-12-28Forking netcfg to netctl (1/2)Jouke Witteveen4-0/+52
This commit contains the moving of files.