Blob Blame History Raw
#Systemd unit file for running freight-agent 

[Unit]
Description=Freight agent node server
After=network.target

[Service]
Type=simple
EnvironmentFile=/etc/sysconfig/freight-agent
ExecStart=/usr/bin/freight-agent $OPTIONS -m node 

[Install]
WantedBy=multi-user.target