blob: 657424b64abba63a3c5b1565726ce026bfe760be (
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/kyrias/.local/bin/dumpwatch.zsh
[Install]
WantedBy=default.target
|