Older/resources/older.service
amass 0f0d7965c3
All checks were successful
Deploy Docker Images / Build dockerfile and Server deploy (push) Successful in 16s
Deploy / Build (push) Successful in 4m33s
add service.
2024-11-10 21:30:02 +08:00

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