diff options
author | Blaise Thompson <blaise@untzag.com> | 2020-10-28 17:44:13 -0500 |
---|---|---|
committer | Blaise Thompson <blaise@untzag.com> | 2020-10-28 17:44:13 -0500 |
commit | d3e6cae7ea36b695835c4b1f98a0a91c7e5c6ec2 (patch) | |
tree | 68f98d5c926689ee22d7fb796e3d9ce5ebf68783 /write-influx.service | |
parent | e099ed460a4e0be3ff99b684e537b9678cf3f449 (diff) |
initial working docker-compose
Diffstat (limited to 'write-influx.service')
-rw-r--r-- | write-influx.service | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/write-influx.service b/write-influx.service deleted file mode 100644 index aaed2b6..0000000 --- a/write-influx.service +++ /dev/null @@ -1,12 +0,0 @@ - -[Unit] -Description=write-influx - -[Service] -Type=simple -User=blaise -ExecStart=<path-to-python-file> -ExecReload=/bin/kill -HUP $MAINPID - -[Install] -WantedBy=multi-user.target |