diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2026-01-21 22:52:54 +0100 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2026-01-21 22:52:54 +0100 |
| commit | dcacc00e3750300617ba6e16eb346713f91a783a (patch) | |
| tree | 38e2d4fb5ed9d119711d4295c6eda4b014af73fd /examples/redis-unstable/utils/systemd-redis_server.service | |
| parent | 58dac10aeb8f5a041c46bddbeaf4c7966a99b998 (diff) | |
| download | crep-dcacc00e3750300617ba6e16eb346713f91a783a.tar.gz | |
Remove testing data
Diffstat (limited to 'examples/redis-unstable/utils/systemd-redis_server.service')
| -rw-r--r-- | examples/redis-unstable/utils/systemd-redis_server.service | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/examples/redis-unstable/utils/systemd-redis_server.service b/examples/redis-unstable/utils/systemd-redis_server.service deleted file mode 100644 index cf15864..0000000 --- a/examples/redis-unstable/utils/systemd-redis_server.service +++ /dev/null @@ -1,43 +0,0 @@ -# example systemd service unit file for redis-server -# -# In order to use this as a template for providing a redis service in your -# environment, _at the very least_ make sure to adapt the redis configuration -# file you intend to use as needed (make sure to set "supervised systemd"), and -# to set sane TimeoutStartSec and TimeoutStopSec property values in the unit's -# "[Service]" section to fit your needs. -# -# Some properties, such as User= and Group=, are highly desirable for virtually -# all deployments of redis, but cannot be provided in a manner that fits all -# expectable environments. Some of these properties have been commented out in -# this example service unit file, but you are highly encouraged to set them to -# fit your needs. -# -# Please refer to systemd.unit(5), systemd.service(5), and systemd.exec(5) for -# more information. - -[Unit] -Description=Redis data structure server -Documentation=https://redis.io/documentation -#Before=your_application.service another_example_application.service -#AssertPathExists=/var/lib/redis -Wants=network-online.target -After=network-online.target - -[Service] -ExecStart=/usr/local/bin/redis-server --supervised systemd --daemonize no -## Alternatively, have redis-server load a configuration file: -#ExecStart=/usr/local/bin/redis-server /path/to/your/redis.conf -LimitNOFILE=10032 -NoNewPrivileges=yes -#OOMScoreAdjust=-900 -#PrivateTmp=yes -Type=notify -TimeoutStartSec=infinity -TimeoutStopSec=infinity -UMask=0077 -#User=redis -#Group=redis -#WorkingDirectory=/var/lib/redis - -[Install] -WantedBy=multi-user.target |
