diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2015-06-21 13:47:34 +0100 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2015-06-21 13:47:34 +0100 |
commit | 296c5652f000a7b3da0eea2df76062143c56c80d (patch) | |
tree | 6d2f939df8308633b7e290514557b9d1ad451add /contrib | |
parent | f0e1653fc09984a16a80daa8198b8d04553025a6 (diff) | |
download | fingerchange-296c5652f000a7b3da0eea2df76062143c56c80d.tar.xz |
Add systemd service
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/fingerchange.service | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/contrib/fingerchange.service b/contrib/fingerchange.service new file mode 100644 index 0000000..7627f5b --- /dev/null +++ b/contrib/fingerchange.service @@ -0,0 +1,9 @@ +[Unit] +Description=StackExchange profile finger gateway +After=network-online.target + +[Service] +ExecStart=/usr/bin/fingerchange.py + +[Install] +WantedBy=multi-user.target |