1
0
Fork 0

Compare commits

..

2 commits

Author SHA1 Message Date
3747fef22e Merge branch 'JaxonWright-patch-1' 2025-01-02 07:07:08 +01:00
Jaxon Wright
f3203b0f3d
prepend python3 path in ExecStart of service 2024-12-31 12:58:09 -05:00

View file

@ -7,7 +7,7 @@ Wants=network-online.target
Restart=no
Type=simple
ExecStartPre=/bin/sleep 1
ExecStart=%h/.local/bin/nova.py
ExecStart=/usr/bin/python3 %h/.local/bin/nova.py
[Install]
WantedBy=default.target