Blame tachyon-slave.service

Timothy St. Clair 942ec6f
Timothy St. Clair 942ec6f
[Unit]
Timothy St. Clair 942ec6f
Description=Cluster Framework In Memory File Sharing (slave node)
Timothy St. Clair 942ec6f
After=network.target
Timothy St. Clair 942ec6f
Wants=network.target
Timothy St. Clair 942ec6f
Timothy St. Clair 942ec6f
[Service]
Timothy St. Clair 942ec6f
#EnvironmentFile=-/etc/sysconfig/tachyon-slave
Timothy St. Clair 942ec6f
Type=forking
Timothy St. Clair 942ec6f
ExecStart=/usr/bin/tachyon-start.sh worker
Timothy St. Clair 942ec6f
ExecStop=/usr/bin/tachyon-killall.sh tachyon.Worker
Timothy St. Clair 942ec6f
ExecReload=/bin/kill -HUP $MAINPID
Timothy St. Clair 942ec6f
User=tachyon
Timothy St. Clair 942ec6f
Group=tachyon
Timothy St. Clair 942ec6f
LimitNOFILE=16384
Timothy St. Clair 942ec6f
Restart=always
Timothy St. Clair 942ec6f
RestartSec=20
Timothy St. Clair 942ec6f
#PIDFile=/var/run/tachyon/tachyon-slave.pid
Timothy St. Clair 942ec6f
#ControlGroup=cpu:/tachyon
Timothy St. Clair 942ec6f
Timothy St. Clair 942ec6f
[Install]
Timothy St. Clair 942ec6f
WantedBy=multi-user.target
Timothy St. Clair 942ec6f