go-flat-finder/flatfinder.service

13 lines
213 B
SYSTEMD
Raw Permalink Normal View History

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