this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at 07399d134bfd88950e4ab43cec8b0d5b5b9aa3f1 14 lines 234 B view raw
1[Unit] 2Description=Tangled on Commit 3After=network.target 4After=docker-up.service 5 6[Service] 7ExecStart=/bin/tangled-on-commit 8WorkingDirectory=/home/admin/pi-config 9Restart=always 10RestartSec=30s 11 12[Install] 13WantedBy=multi-user.target 14