aboutsummaryrefslogtreecommitdiffstats
path: root/vagrant/rails.service
blob: c37116e5d1ca8fb2533b98d1a5f13ebaa200dfd6 (plain) (blame)
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