mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-02-04 20:37:18 +08:00
10 lines
138 B
SYSTEMD
10 lines
138 B
SYSTEMD
|
[Unit]
|
||
|
Description=Cherokee web server
|
||
|
After=network.target
|
||
|
|
||
|
[Service]
|
||
|
ExecStart=/usr/sbin/cherokee
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|