8 lines
133 B
Plaintext
8 lines
133 B
Plaintext
|
[Unit]
|
||
|
Description=Push Homedir git repo to remote server
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
ExecStart=/usr/bin/git -C /home/dthurstenson push
|
||
|
|