26 Jul
2012
26 Jul
'12
12:34 a.m.
2012/7/26 David Benfell <benfell@parts-unknown.org>
Hi all,
On 07/25/2012 01:52 PM, David Benfell wrote:
On Wed, Jul 25, 2012 at 11:57:02AM +0200, Tom Gundersen wrote:
Then create a service file in /etc/systemd/system/davids-network.service
[unit] description= David's Network Setup Wants= network.target Before= network.target
[service] Type = oneshot ExecStart=/usr/local/bin/davids-network.sh
[instal] WantedBy= multi-user.target
Thanks! I will be testing this (and a few other things) just as soon as I work my courage up to try a reboot. I know you're supposed to test one thing at a time. This situation doesn't really allow that. :-/
I can't get it to run. This is the current version of my network script:
#!/usr/bin/zsh
[…] It’s /bin/zsh.