Skip to content
This repository has been archived by the owner on Mar 8, 2024. It is now read-only.

Commit

Permalink
Added support for Antix Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
daltomi committed Jul 24, 2023
1 parent b8c342c commit c0244d0
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions include/antix.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
#pragma once

#define HOST_OS "Antix"

#define SV "/usr/bin/sv"

/* Note: The paths of the directories without
the separator ('/') at the end. */

#define SV_DIR "/etc/sv"

#define SV_RUN_DIR "/etc/service"

#define SYS_LOG_DIR "/var/log/runit"

0 comments on commit c0244d0

Please sign in to comment.