gentoo-overlay/www-servers/cherokee/files/cherokee.service

11 lines
184 B
SYSTEMD
Raw Permalink Normal View History

2022-03-18 03:30:40 -05:00
[Unit]
Description=Cherokee web server
After=syslog.target
[Service]
Type=forking
ExecStart=/usr/sbin/cherokee -d -C /etc/cherokee/cherokee.conf
[Install]
WantedBy=multi-user.target