10 lines
161 B
SYSTEMD
10 lines
161 B
SYSTEMD
|
[Unit]
|
||
|
After=network.target
|
||
|
|
||
|
[Service]
|
||
|
Restart=always
|
||
|
ExecStart=/home/michael/.local/share/proton-bridge/run-proton-bridge.sh
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=default.target
|