Type=simple,systemctl service demo

[Unit]
Description=The swoole HTTP server
After=network.target remote-fs.target nss-lookup.target

[Service]
Type=simple
ExecStart=/usr/local/bin/xxx 123

[Install]
WantedBy=multi-user.target