systemctl start wasp.service
i'm trying to get the wasp website and db to auto start on the server.
this is my wasp.service file. i'm not sure what's needed
[Unit]
Description=Wasp Web Site
After=network.target
[Service]
Type=simple
User=johne5
Group=johne5
WorkingDirectory=/home/johne5/website/app
ExecStart=/usr/bin/wasp start
[Install]
WantedBy=multi-user.target
this is my wasp.service file. i'm not sure what's needed
[Unit]
Description=Wasp Web Site
After=network.target
[Service]
Type=simple
User=johne5
Group=johne5
WorkingDirectory=/home/johne5/website/app
ExecStart=/usr/bin/wasp start
[Install]
WantedBy=multi-user.target