#!/bin/bash
chown www-data:www-data -R src
cp diff.service /lib/systemd/system/
systemctl enable --now diff
sudo systemctl daemon-reload
sudo systemctl restart diff