feat: Add systemd user service for automatic daemon startup and update installation instructions.
This commit is contained in:
12
toak.service
Normal file
12
toak.service
Normal file
@@ -0,0 +1,12 @@
|
||||
[Unit]
|
||||
Description=Toak Dictation Daemon
|
||||
After=network.target
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
ExecStart=/usr/bin/toak daemon
|
||||
Restart=always
|
||||
RestartSec=3
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
||||
Reference in New Issue
Block a user