aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'packaging/mirum-server.initd')
-rw-r--r--packaging/mirum-server.initd24+0 −24
1 files changed, 0 insertions, 24 deletions
diff --git a/packaging/mirum-server.initd b/packaging/mirum-server.initd
deleted file mode 100644
--- a/packaging/mirum-server.initd
+++ /dev/null
@@ -1,24 +0,0 @@
-#!/sbin/openrc-run
-# SPDX-FileCopyrightText: 2026 Nikolay Govorov
-# SPDX-License-Identifier: AGPL-3.0-or-later
-
-description="Mirum daemon (modern CI platform)"
-
-command="/usr/local/bin/mirum-server"
-command_args="daemon --config=/etc/mirum/server/config.yaml"
-command_user="mirum-server:mirum-server"
-
-supervisor="supervise-daemon"
-respawn_delay=30
-output_log="/var/log/mirum-server/out.log"
-error_log="/var/log/mirum-server/err.log"
-
-depend() {
- need net
- after firewall postgresql
-}
-
-start_pre() {
- checkpath -d -o mirum-server:mirum-server -m 0750 /var/log/mirum-server
- checkpath -d -o mirum-server:mirum-server -m 0750 /run/mirum-server
-}