-
-
Save djvdorp/c8e0cfe9a9ec286bb3b6443af65720df to your computer and use it in GitHub Desktop.
Multiple memcached instances systemd script
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Unit] | |
Description=memcached daemon for %i | |
After=network.target | |
[Service] | |
ExecStart=/usr/share/memcached/scripts/systemd-memcached-wrapper /etc/memcached_%i.conf | |
[Install] | |
WantedBy=multi-user.target |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment