mirror of
https://github.com/zoriya/flood.git
synced 2025-12-05 23:06:20 +00:00
16 lines
217 B
Desktop File
16 lines
217 B
Desktop File
[Unit]
|
|
Description=Flood service for %I
|
|
After=network.target
|
|
|
|
[Service]
|
|
User=%I
|
|
Group=%I
|
|
Type=simple
|
|
KillMode=process
|
|
ExecStart=/usr/bin/env flood
|
|
Restart=on-failure
|
|
RestartSec=3
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|