mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-11 22:14:41 +08:00
11 lines
193 B
SYSTEMD
11 lines
193 B
SYSTEMD
|
[Unit]
|
||
|
Description=A secure replacement for inetd
|
||
|
After=network.service
|
||
|
|
||
|
[Service]
|
||
|
ExecStart=/usr/sbin/xinetd -dontfork
|
||
|
ExecReload=/bin/kill -HUP $MAINPID
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|