Skip to content
This repository has been archived by the owner on Jan 19, 2023. It is now read-only.

ntkme/unifi-systemd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

unifi-systemd

Systemd Service for UniFi OS

Installation

podman exec unifi-os sh -c "curl -fsSLo /tmp/unifi-systemd_1.0.0_all.deb https://github.com/ntkme/unifi-systemd/releases/download/v1.0.0/unifi-systemd_1.0.0_all.deb && dpkg -i /tmp/unifi-systemd_1.0.0_all.deb && rm /tmp/unifi-systemd_1.0.0_all.deb"

Uninstallation

podman exec unifi-os sh -c "dpkg -P unifi-systemd"

Usage

Put systemd units in /mnt/data/etc/systemd/system, which will be loaded by unifi-systemd container.