aboutsummaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorJade Lovelace <lix@jade.fyi>2024-03-18 16:11:12 -0700
committerJade Lovelace <lix@jade.fyi>2024-03-18 18:28:08 -0700
commit985bd5eb9fbb9e67dfd25c30cf9a911c874ccf42 (patch)
treeca9f2e09aa4ecce4730e85bff1565a7de690d01d /misc
parentb3599166ad98c3cad304183bd7cc7bc280522e71 (diff)
un-ups your start
We do not need upstart, it is so thoroughly obsolete that we should not care about supporting it. Change-Id: Ie0ca084740845555fddffacc899cd129c9a4c1fe
Diffstat (limited to 'misc')
-rw-r--r--misc/upstart/local.mk7
-rw-r--r--misc/upstart/nix-daemon.conf.in5
2 files changed, 0 insertions, 12 deletions
diff --git a/misc/upstart/local.mk b/misc/upstart/local.mk
deleted file mode 100644
index 2fbfb29b9..000000000
--- a/misc/upstart/local.mk
+++ /dev/null
@@ -1,7 +0,0 @@
-ifdef HOST_LINUX
-
- $(foreach n, nix-daemon.conf, $(eval $(call install-file-in, $(d)/$(n), $(sysconfdir)/init, 0644)))
-
- clean-files += $(d)/nix-daemon.conf
-
-endif
diff --git a/misc/upstart/nix-daemon.conf.in b/misc/upstart/nix-daemon.conf.in
deleted file mode 100644
index 0e806edbd..000000000
--- a/misc/upstart/nix-daemon.conf.in
+++ /dev/null
@@ -1,5 +0,0 @@
-description "Nix Daemon"
-start on filesystem
-stop on shutdown
-respawn
-exec @bindir@/nix-daemon --daemon