diff options
| author | Michael Neves | 2013-04-24 18:19:49 +0200 |
|---|---|---|
| committer | Michael Neves | 2013-04-24 18:19:49 +0200 |
| commit | 97472f07e21c73e9d767de7960dc1e05ba48b53d (patch) | |
| tree | e4119718dbddd68664480436767fc12d4a319700 /remote/modules/systemd/data | |
| parent | fix rsyslog (diff) | |
| parent | We will require wpad for the future ... (diff) | |
| download | tm-scripts-97472f07e21c73e9d767de7960dc1e05ba48b53d.tar.gz tm-scripts-97472f07e21c73e9d767de7960dc1e05ba48b53d.tar.xz tm-scripts-97472f07e21c73e9d767de7960dc1e05ba48b53d.zip | |
Merge branch 'master' of git.openslx.org:openslx-ng/tm-scripts
Diffstat (limited to 'remote/modules/systemd/data')
| -rw-r--r-- | remote/modules/systemd/data/etc/systemd/system/udhcpc@.service | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/remote/modules/systemd/data/etc/systemd/system/udhcpc@.service b/remote/modules/systemd/data/etc/systemd/system/udhcpc@.service index e7d4d170..a945e743 100644 --- a/remote/modules/systemd/data/etc/systemd/system/udhcpc@.service +++ b/remote/modules/systemd/data/etc/systemd/system/udhcpc@.service @@ -3,7 +3,7 @@ Description=DHCP Client [Service] Type=simple -ExecStart=/openslx/sbin/udhcpc -O domain -O nissrv -O nisdomain -t 8 -s /etc/udhcpc.openslx.script -i %I +ExecStart=/openslx/sbin/udhcpc -O domain -O nissrv -O nisdomain -O wpad -t 8 -s /etc/udhcpc.openslx.script -i %I [Install] WantedBy=multi-user.target |
