Add stl daemon systemd service

This commit is contained in:
2021-04-29 18:36:06 +02:00
parent 8f54bec168
commit 9b7d74ad1a

View File

@ -0,0 +1,9 @@
[Unit]
Description=stl cli daemon
[Service]
ExecStart=%h/.cargo/bin/stl daemon --api-uri "https://stl.nubo.sh" --cookie-file %h/.stld_cookie --file %h/.stld --poll-delay 300
[Install]
WantedBy=default.target