Skip to content

Commit

Permalink
redis
Browse files Browse the repository at this point in the history
  • Loading branch information
ujihisa committed Apr 28, 2013
1 parent 4e68ffa commit 2ca940a
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions sys-apps/more-systemd/files/redis.service
@@ -0,0 +1,13 @@
[Unit]
Description=Redis
After=network.target

[Service]
EnvironmentFile=/etc/conf.d/redis
WorkingDirectory=/var/lib/redis
User=redis
Group=redis
ExecStart=/usr/sbin/redis-server /etc/redis.conf

[Install]
WantedBy=multi-user.target

0 comments on commit 2ca940a

Please sign in to comment.