Skip to content

Instantly share code, notes, and snippets.

@bitsandbooks
Created March 20, 2026 01:28
Show Gist options
  • Select an option

  • Save bitsandbooks/546858b6f5f03341bfe432e6c7eb310c to your computer and use it in GitHub Desktop.

Select an option

Save bitsandbooks/546858b6f5f03341bfe432e6c7eb310c to your computer and use it in GitHub Desktop.
VoctoCore
[Unit]
Description=Vocto GUI
[Service]
ExecStart=/path/to/voctogui.py
# Set to 'no' if you only want it to run once per login
Restart=on-failure
[Install]
# Start this unit when your user session begins
WantedBy=default.target
# This unit requires voctocore unit; if it fails to start on boot, this unit will not run
Requires=voctocore.service
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment