desktop/cherokee/cherokee.service

10 lines
138 B
SYSTEMD
Raw Normal View History

2016-01-13 08:37:24 +08:00
[Unit]
Description=Cherokee web server
After=network.target
[Service]
2016-01-28 08:17:59 +08:00
ExecStart=/usr/sbin/cherokee
2016-01-13 08:37:24 +08:00
[Install]
WantedBy=multi-user.target