/lib/systemd/system/netscript@.service is in netscript-2.4 5.4.11ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 | [Unit]
Description=Dummy ifup for %I
#BindTo=sys-subsystem-net-devices-%i.device
[Service]
Type=oneshot
ExecStart=/sbin/netscript ifup %I
ExecStop=/sbin/netscript ifdown %I
|