diff --git a/systemd/aboba.service b/systemd/aboba.service new file mode 100644 index 0000000..7b4a8a6 --- /dev/null +++ b/systemd/aboba.service @@ -0,0 +1,13 @@ +[Unit] +Description=Aboba website server +After=network.target + +[Service] +Type=simple +Restart=always +User=root +WorkingDirectory=/var/lib/aboba +ExecStart=/usr/local/bin/aboba + +[Install] +WantedBy=multi-user.target