- Added `Restart=on-failure` with a 10-second delay. - Changed `WantedBy` target to `multi-user.target`. - Defined service type as `simple`.
12 lines
190 B
Desktop File
12 lines
190 B
Desktop File
[Unit]
|
|
Description=kor-elf-shield
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=/usr/sbin/kor-elf-shield start
|
|
Restart=on-failure
|
|
RestartSec=10s
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target |