1
0
Fork 0
Scripts/Perso/systemd_timers/gitUpdate.service

7 lines
224 B
SYSTEMD
Raw Normal View History

2019-05-20 16:12:57 +02:00
[Unit]
Description=Updates git repos
[Service]
Type=oneshot
User=intech
ExecStart=/bin/bash ~/git_repos/gitUpdate.sh "/home/intech/git_repos/TechTheTachyon-HighLevel.git" "/home/intech/git_repos/TechTheTachyon-LowLevel.git"