9 lines
110 B
SYSTEMD
9 lines
110 B
SYSTEMD
|
[Unit]
|
||
|
Description=Munin Node
|
||
|
Requires=network.target
|
||
|
|
||
|
[Service]
|
||
|
Type=forking
|
||
|
ExecStart=/usr/sbin/munin-node
|
||
|
|