go-flat-finder/flatfinder.service

13 lines
189 B
SYSTEMD
Raw Normal View History

2022-09-13 10:44:53 +00:00
[Unit]
Description=FlatFinder
After=network.target
[Service]
ExecStart=/root/flatfinder
WorkingDirectory=/root
Type=simple
Restart=always
RestartSec=5
[Install]
WantedBy=multi-user.target