1 2 3 4 5 6 7 8 9 10 11 12
[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