blob: 8161c69c8a802667d578e70c4c7e177d872ebdc7 (
plain)
1
2
3
4
5
6
7
8
9
10
|
[Unit]
Description=Watch ~/dumpdir for things to upload to theos
[Service]
Environment=dump_host=theos.kyriasis.com
Environment=dump_user=kyrias
ExecStart=/home/%u/.local/bin/dumpwatch.zsh
[Install]
WantedBy=default.target
|