mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-02-04 00:27:15 +08:00
11 lines
151 B
Plaintext
11 lines
151 B
Plaintext
|
[Unit]
|
||
|
Description=clamav daemon
|
||
|
|
||
|
[Service]
|
||
|
Type=forking
|
||
|
PIDFile=/run/clamav/clamd.pid
|
||
|
ExecStart=/usr/sbin/clamd
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|