remove .service/.target/.bundle etc suffixes on service names
they don't seem to be providing value
This commit is contained in:
@@ -17,7 +17,7 @@ interface: {
|
||||
let
|
||||
name = "${interface.device}.pppoe";
|
||||
ip-up = writeAshScript "ip-up" {} ''
|
||||
outputs=/run/service-state/${name}.service/
|
||||
outputs=/run/service-state/${name}/
|
||||
mkdir -p $outputs
|
||||
(cd $outputs
|
||||
echo $1 > ifname
|
||||
|
Reference in New Issue
Block a user