aboutsummaryrefslogtreecommitdiffstats
path: root/devops/install-service
blob: 826df18811c63dedb7e83683d62f8d4823b6ce0f (plain)
1
2
3
4
5
6
sudo cp gallifrey.service /etc/systemd/system
sudo chown root:root /etc/systemd/system/gallifrey.service
sudo chmod 644 /etc/systemd/system/gallifrey.service

sudo systemctl enable gallifrey
sudo systemctl daemon-reload