Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
netctl
Commits
d511899a
Commit
d511899a
authored
Nov 11, 2018
by
Jouke Witteveen
Browse files
Support removable devices in automatic connections
parent
f13c69f1
Changes
2
Hide whitespace changes
Inline
Side-by-side
services/netctl-auto@.service
View file @
d511899a
[Unit]
Description
=
Automatic wireless network connection using netctl profiles
Documentation
=
man:netctl.special(7)
Requisite
=
multi-user.target
BindsTo
=
sys-subsystem-net-devices-%i.device
After
=
sys-subsystem-net-devices-%i.device network-pre.target
Before
=
network.target
...
...
@@ -14,4 +15,4 @@ ExecStop=/usr/bin/netctl-auto stop %I
ExecStopPost
=
/usr/bin/netctl-auto clean %I
[Install]
WantedBy
=
multi-user.target
WantedBy
=
sys-subsystem-net-devices-%i.device
services/netctl-ifplugd@.service
View file @
d511899a
[Unit]
Description
=
Automatic wired network connection using netctl profiles
Documentation
=
man:netctl.special(7)
Requisite
=
multi-user.target
BindsTo
=
sys-subsystem-net-devices-%i.device
After
=
sys-subsystem-net-devices-%i.device network-pre.target
...
...
@@ -9,4 +10,4 @@ NotifyAccess=all
ExecStart
=
/usr/bin/ifplugd -i %I -r /etc/ifplugd/netctl.action -bfIns
[Install]
WantedBy
=
multi-user.target
WantedBy
=
sys-subsystem-net-devices-%i.device
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment