mirror of
https://github.com/idanoo/go-flat-finder
synced 2025-07-01 05:32:17 +00:00
13 lines
No EOL
213 B
Desktop File
13 lines
No EOL
213 B
Desktop File
[Unit]
|
|
Description=FlatFinder
|
|
After=network.target
|
|
|
|
[Service]
|
|
ExecStart=/root/flat-finder/flatfinder
|
|
WorkingDirectory=/root/flat-finder
|
|
Type=simple
|
|
Restart=always
|
|
RestartSec=5
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target |