diff --git a/aindustries-be.service b/aindustries-be.service new file mode 100644 index 0000000..b702412 --- /dev/null +++ b/aindustries-be.service @@ -0,0 +1,15 @@ +[Unit] +Description=aindustries.be website +After=network.target + +[Service] +Type=simple +Restart=always +RestartSec=1 +# Change with proper user to run the service +User=web +# Change with the installation location of the executable +ExecStart=/usr/share/bin/aindustries-be + +[Install] +WantedBy=multi-user.target \ No newline at end of file