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
Type=forking
Timothy St. Clair 0f96cea
ExecStart=/usr/bin/tachyon-start.sh worker NoMount
Timothy St. Clair 942ec6f
ExecStop=/usr/bin/tachyon-killall.sh tachyon.Worker
Timothy St. Clair 942ec6f
ExecReload=/bin/kill -HUP $MAINPID
Timothy St. Clair 0f96cea
User=hdfs
Timothy St. Clair 2f748db
Group=hadoop
Timothy St. Clair 942ec6f
LimitNOFILE=16384
Timothy St. Clair 942ec6f
Restart=always
Timothy St. Clair 942ec6f
RestartSec=20
Timothy St. Clair 2f748db
Timothy St. Clair 942ec6f
#PIDFile=/var/run/tachyon/tachyon-slave.pid
Timothy St. Clair 2f748db
#######################################
Timothy St. Clair 2f748db
# Note: Below are cgroup options
Timothy St. Clair 2f748db
#######################################
Timothy St. Clair 2f748db
#Slice=
Timothy St. Clair 2f748db
#CPUAccounting=true
Timothy St. Clair 2f748db
#CPUShares=1024
Timothy St. Clair 2f748db
Timothy St. Clair 2f748db
#MemoryAccounting=true
Timothy St. Clair 2f748db
#TBD: MemoryLimit=bytes, MemorySoftLimit=bytes
Timothy St. Clair 2f748db
Timothy St. Clair 2f748db
#BlockIOAccounting=true
Timothy St. Clair 2f748db
#BlockIOWeight=??
Timothy St. Clair 2f748db
#BlockIODeviceWeight=??
Timothy St. Clair 2f748db
#TBD: BlockIOReadBandwidth=bytes, BlockIOWriteBandwidth=bytes
Timothy St. Clair 2f748db
Timothy St. Clair 2f748db
#DeviceAllow=
Timothy St. Clair 2f748db
#DevicePolicy=auto|closed|strict
Timothy St. Clair 942ec6f
Timothy St. Clair 942ec6f
[Install]
Timothy St. Clair 942ec6f
WantedBy=multi-user.target
Timothy St. Clair 942ec6f