16 lines
285 B
Desktop File
16 lines
285 B
Desktop File
[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
|