suggest add auto restart systemd file to readme #34
playdougher
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I run uniclip client on Virtualbox VM, after saving the VM state and recovering it, the uniclip client fails. To ensure it restarts automatically after a failure, we can create a service file "/etc/systemd/system/uniclip.service":
to make uniclip to auto-start after boot, run
systemctl daemon-reload ; systemctl enable uniclip.service --now
Beta Was this translation helpful? Give feedback.
All reactions