# Please customize values i.e. paths, user, group, WorkingDirectory based on your environment. Do not use the same # user and group for different applications. [Unit] Description=swaf based website After=network-online.target Wants=network-online.target [Service] Type=simple User=swaf Group=swaf WorkingDirectory=/home/swaf/live Restart=on-success Environment=NODE_ENV=production ExecStart=/bin/node . [Install] WantedBy=multi-user.target