this repo has no description
2
fork

Configure Feed

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

at master 13 lines 233 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/server-config 9Restart=always 10RestartSec=30s 11 12[Install] 13WantedBy=default.target