Blob Blame History Raw
#Systemd unit file for running freightproxy

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

[Service]
Type=simple
EnvironmentFile=/etc/sysconfig/freightproxy
ExecStart=/usr/bin/freightproxy $OPTIONS 

[Install]
WantedBy=multi-user.target