Move all meta scripts to central directory
This commit is contained in:
parent
84d631a9c3
commit
5d1b740c20
8 changed files with 70 additions and 47 deletions
|
|
@ -1,19 +0,0 @@
|
|||
[Unit]
|
||||
Description=Showbits Thermal Printer Tunnel
|
||||
|
||||
# https://wiki.archlinux.org/title/Systemd#Running_services_after_the_network_is_up
|
||||
Wants=network-online.target
|
||||
After=network-online.target
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
ExecStart=ssh plugh@plugh.de -NR 8005:localhost:8001 -o ExitOnForwardFailure=yes
|
||||
Restart=on-failure
|
||||
RestartSec=1min
|
||||
|
||||
User=bondrucker
|
||||
Group=bondrucker
|
||||
WorkingDirectory=~
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
Loading…
Add table
Add a link
Reference in a new issue