1 2 3 4 5 6 7 8 9 10 11 12 13
[Unit] Description=Swagger Editor [Service] User=swaggereditor Group=swaggereditor WorkingDirectory=/usr/share/swagger-editor ExecStart=/usr/bin/darkhttpd /usr/share/swagger-editor --port 9898 StandardOutput=journal StandardError=journal [Install] WantedBy=multi-user.target