e-smith-runit/root/usr/lib/systemd/system/runit.service

16 lines
285 B
SYSTEMD
Raw Normal View History

[Unit]
Description=Process Supervising Daemon
Before= bootstrap-console.service
Before=multi-user.target sme-server.target network.target network-pre.target
[Service]
Type=simple
User=root
Group=root
Restart=always
ExecStart=/etc/runit/2
TimeoutSec=0
[Install]
WantedBy=basic.target