Blame SOURCES/conman.service

5633cb
[Unit]
5633cb
Description=ConMan Console Management Daemon
5633cb
After=network.target
5633cb
5633cb
[Service]
5633cb
Type=forking
5633cb
# For installations with large number of users, raise the limit
5633cb
# of open file descriptors:
5633cb
#LimitNOFILE=10000
5633cb
ExecStart=/usr/sbin/conmand -c /etc/conman.conf
5633cb
5633cb
[Install]
5633cb
WantedBy=multi-user.target