Skip to content

Instantly share code, notes, and snippets.

@DMBuce
Last active December 22, 2015 00:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DMBuce/6390806 to your computer and use it in GitHub Desktop.
Save DMBuce/6390806 to your computer and use it in GitHub Desktop.
[Unit]
Description=Home System
Documentation=man:systemd.special(7)
Requires=multi-user.target
After=multi-user.target
AllowIsolate=yes
[Install]
Alias=default.target
.include /usr/lib/systemd/system/netctl@.service
[Unit]
Description=HomeWifi
BindsTo=sys-subsystem-net-devices-wlp3s0.device
After=sys-subsystem-net-devices-wlp3s0.device
OnFailure=multi-user.target
OnFailureIsolate=true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment