mirror of
https://github.com/idanoo/go-flat-finder.git
synced 2024-11-21 07:51:58 +00:00
13 lines
213 B
Desktop File
13 lines
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 |