mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-23 18:14:51 +08:00
12 lines
228 B
Desktop File
12 lines
228 B
Desktop File
[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
|
|
Restart=always
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target |