/lib/systemd/system/runit.service is in runit-systemd 2.1.2-9.2ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 | [Unit]
Description=Runit service supervision
Documentation=http://smarden.org/runit/
[Service]
ExecStart=/etc/runit/2
KillSignal=SIGHUP
KillMode=process
Restart=always
[Install]
WantedBy=multi-user.target
|