Advertisement
adingbatponder

Untitled

Nov 1st, 2023
185
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.35 KB | None | 0 0
  1. systemd.services."user@" = {
  2. # systemd.services.protonvpnstartup = {
  3. path = [ pkgs.gnome3.gnome-keyring ];
  4. serviceConfig.ExecStart = "${pkgs.protonvpn-cli}/bin/protonvpn-cli r";
  5. wantedBy = ["multi-user.target"];
  6. };
  7.  
  8.  
  9. which using
  10.  
  11. sudo systemctl status [email protected]
  12.  
  13. produces the following error
  14.  
  15. Loaded: loaded (/etc/systemd/system/[email protected]; static)
  16. Active: failed (Result: exit-code) since Thu 2023-11-02 00:31:10 CET; 6min ago
  17. Duration: 1.052s
  18. Process: 14723 ExecStart=/nix/store/bhrckpr7jbmafdx8d13hbxi9i4qqrk21-protonvpn-cli-3.13.0/bin/protonvpn-cli r (code=exited>
  19. Main PID: 14723 (code=exited, status=1/FAILURE)
  20. IP: 0B in, 0B out
  21. CPU: 1.050s
  22.  
  23. Nov 02 00:31:09 thinky1 systemd[1]: Started [email protected].
  24. Nov 02 00:31:10 thinky1 protonvpn-cli[14723]: Gathering previous Proton VPN connection data.
  25. Nov 02 00:31:10 thinky1 protonvpn-cli[14723]: Unable to setup reconnect. Please make sure that you have access to internet or >
  26. Nov 02 00:31:10 thinky1 systemd[1]: [email protected]: Main process exited, code=exited, status=1/FAILURE
  27. Nov 02 00:31:10 thinky1 systemd[1]: [email protected]: Failed with result 'exit-code'.
  28. Nov 02 00:31:10 thinky1 systemd[1]: [email protected]: Consumed 1.050s CPU time, no IP traffic.
  29.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement