You are not logged in.
Pages: 1
Topic closed
Can someone verify that the following line in this section is correct?
https://wiki.archlinux.org/index.php/Ne … ng_systemd
--
Create a systemd unit file:
This line: >> /etc/systemd/system/network@.service
--
Should it be /etc/systemd/system/network@<adapter>.service?
I'm stuck here, I get:
Failed to issue method call: Unit network@eth0.service failed to load: No such file or directory.
Offline
See if /etc/systemd/system/network@<adapter>.service works. Indeed, /etc/systemd/system/network@.service doesn't look right.
Offline
ok,-- a new day solved the problem -- it does work as written. I removed everything I did yesterday and started over, it actually acts like a wildcard for any interface as a prefix... It just looks odd though, with the @ then a period.
Offline
I think I had a similar problem. Turns out that if you mis-spell the unit name then you get that error message.
For example this fails:
systemctl restart system-networkd
And this works (note the d was missing):
systemctl restart systemd-networkd
Offline
Offline
Pages: 1
Topic closed