This commit is contained in:
2026-07-21 05:29:37 +03:00
commit edb875f197
299 changed files with 140638 additions and 0 deletions

12
services/tipper.service Executable file
View File

@@ -0,0 +1,12 @@
[Unit]
Description=Tipper
After=network.target
[Service]
User=root
ExecStart=/home/ubuntu/tipper/tipper
Restart=on-failure
[Install]
WantedBy=multi-user.target