Created
March 20, 2026 01:28
-
-
Save bitsandbooks/546858b6f5f03341bfe432e6c7eb310c to your computer and use it in GitHub Desktop.
VoctoCore
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [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