Add stl daemon systemd service
This commit is contained in:
9
tree/.config/systemd/user/stl.service
Normal file
9
tree/.config/systemd/user/stl.service
Normal 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
|
||||
|
||||
Reference in New Issue
Block a user