Config files for my server. Except not my secrets
2
fork

Configure Feed

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

at e7bd4d5e06cc309d093bafb23af6604a47f03814 11 lines 203 B view raw
1[Unit] 2Description=Preload docker 3After=network.target 4 5[Service] 6Type=oneshot 7ExecStart=/bin/bash /root/server-config/commit.sh 8WorkingDirectory=/root/server-config 9 10[Install] 11WantedBy=multi-user.target