[root@socket_2 ~]# systemctl status redis
● redis.service - Redis persistent key-value database
Loaded: loaded (/usr/lib/systemd/system/redis.service; disabled; vendor preset: disabled)
Active: inactive (dead)
Aug 27 01:16:47 socket_2 sudo[18093]: redis : user NOT in sudoers ; TTY=unknown ; PWD=/ ; USER=redis ; COMMAND=/www/server/red...dis.conf
Aug 27 01:16:47 socket_2 redis[18076]: redis is not in the sudoers file. This incident will be reported.
Aug 27 01:16:47 socket_2 redis[18097]: Stopping ...
Aug 27 01:16:47 socket_2 redis[18097]: Warning: Using a password with '-a' or '-u' option on the command line interface may not be safe.
Aug 27 01:16:47 socket_2 redis[18097]: Could not connect to Redis at 0.0.0.0:6379: Connection refused
Aug 27 01:16:48 socket_2 systemd[1]: Started Redis persistent key-value database.
Aug 27 12:03:55 socket_2 systemd[1]: Starting Redis persistent key-value database...
Aug 27 12:03:55 socket_2 redis[10040]: Stopping ...
Aug 27 12:03:55 socket_2 redis[10040]: Warning: Using a password with '-a' or '-u' option on the command line interface may not be safe.
Aug 27 12:03:56 socket_2 systemd[1]: Started Redis persistent key-value database.
Hint: Some lines were ellipsized, use -l to show in full.
[root@socket_2 ~]# ps aux |grep redis
redis 10195 0.0 0.0 153996 2356 ? Ssl 12:05 0:00 /www/server/redis/src/redis-server 0.0.0.0:6379
root 10215 0.0 0.0 112816 968 pts/1 S+ 12:05 0:00 grep --color=auto redis
[root@socket_2 ~]#