12 lines
226 B
Desktop File
12 lines
226 B
Desktop File
[Unit]
|
|
Description=ROOT file server daemon
|
|
Documentation=man:rootd(8)
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
EnvironmentFile=-/etc/sysconfig/rootd
|
|
ExecStart=/usr/bin/rootd $ROOTDOPTS
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|