Update Makefile in preparation for using it in the base recipes

This commit is contained in:
bjorn3
2026-04-19 21:14:46 +02:00
parent d49a764f2c
commit 8e2b451965
4 changed files with 24 additions and 25 deletions
+3 -1
View File
@@ -1,3 +1,5 @@
# FIXME rename to 10_netstack.service
[unit]
description = "Network stack"
requires_weak = [
@@ -5,5 +7,5 @@ requires_weak = [
]
[service]
cmd = "smolnetd"
cmd = "netstack"
type = "notify"