this repo has no description
2
fork

Configure Feed

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

Update services to have install section

+8 -2
+4 -1
docker-up.service
··· 5 5 [Service] 6 6 Type=oneshot 7 7 ExecStart=/bin/bash /root/commit.sh 8 - WorkingDirectory=/root/server-config 8 + WorkingDirectory=/root/server-config 9 + 10 + [Install] 11 + WantedBy=multi-user.target
+4 -1
tangled-on-commit.service
··· 5 5 6 6 [Service] 7 7 ExecStart=/bin/tangled-on-commit 8 - WorkingDirectory=/root/server-config 8 + WorkingDirectory=/root/server-config 9 + 10 + [Install] 11 + WantedBy=multi-user.target