Skip to content

Commit

Permalink
fix exit code 216 when attempting to start as service
Browse files Browse the repository at this point in the history
  • Loading branch information
renxida committed Jun 26, 2024
1 parent f58bb29 commit 0f80e84
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion uniclip/installer.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ def install_client():
[Service]
ExecStart={sys.executable} {os.path.abspath(sys.argv[0])} client
Restart=always
User={os.getlogin()}
[Install]
WantedBy=default.target
Expand Down

0 comments on commit 0f80e84

Please sign in to comment.