15 lines
237 B
Desktop File
15 lines
237 B
Desktop File
[Unit]
|
|
Description=Http Server
|
|
After=network.target
|
|
# /etc/systemd/system/older.service
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=/root/Server/Older
|
|
WorkingDirectory=/root/Server
|
|
Restart=on-failure
|
|
User=root
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|