mirror of
https://github.com/idanoo/go-flat-finder.git
synced 2024-11-22 00:11:57 +00:00
13 lines
189 B
SYSTEMD
13 lines
189 B
SYSTEMD
|
[Unit]
|
||
|
Description=FlatFinder
|
||
|
After=network.target
|
||
|
|
||
|
[Service]
|
||
|
ExecStart=/root/flatfinder
|
||
|
WorkingDirectory=/root
|
||
|
Type=simple
|
||
|
Restart=always
|
||
|
RestartSec=5
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|