14 lines
206 B
Desktop File
14 lines
206 B
Desktop File
[Unit]
|
|
Description=Http Server
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=/root/Server/HttpServer
|
|
WorkingDirectory=/root/Server
|
|
Restart=on-failure
|
|
User=root
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|