mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-02-10 18:04:38 +08:00
11 lines
213 B
SYSTEMD
11 lines
213 B
SYSTEMD
|
[Unit]
|
||
|
Description=Memcached Daemon
|
||
|
After=network.target
|
||
|
|
||
|
[Service]
|
||
|
User=memcached
|
||
|
# Remove '-l 127.0.0.1' to listen on all addresses
|
||
|
ExecStart=/usr/bin/memcached -l 127.0.0.1
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|