[Unit] Description="NIP server" After=network.target Wants=network.target [Service] Type=simple Environment=NIP_SERVER_ADRR=:3000 Environment=NIP_SERVER_TOKEN=xxx ExecStart=/usr/bin/nip server [Install] WantedBy=multi-user.target