You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
317 B
14 lines
317 B
6 years ago
|
[Unit]
|
||
|
Description=Beanstalkd Fast Workqueue Service
|
||
|
After=network.target
|
||
|
|
||
|
[Service]
|
||
|
User=beanstalkd
|
||
|
Type=simple
|
||
|
EnvironmentFile=-/etc/sysconfig/beanstalkd
|
||
|
ExecStart=/usr/bin/beanstalkd $ADDR $PORT $USER $MAX_JOB_SIZE $BINLOG_DIR $BINLOG_SIZE $BINLOG_FSYNC_PERIOD
|
||
|
Restart=always
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|