[Unit]
Description="Systemd service to boot rails server when booting VM"

[Install]
WantedBy=multi-user.target
After=remote-fs.target
After=dhcpcd.service

[Service]
Type=simple
ExecStart=/vagrant/script/rails server --port=80