Skip to content

Commit

Permalink
Removed old autocompletion script
Browse files Browse the repository at this point in the history
Corrected systemd service
Changed version number
  • Loading branch information
aacebedo committed Feb 14, 2016
1 parent 7e9eba6 commit 88f5213
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 33 deletions.
2 changes: 1 addition & 1 deletion go/configuration/cmdline.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import (
const (
MIN_UPDATE_PERIOD = 10
MAX_UPDATE_PERIOD = 60 * 60
VERSION = "0.8"
VERSION = "0.9"
)

type CommandLine struct{}
Expand Down
31 changes: 0 additions & 31 deletions resources/etc/bash_completion.d/cfdnsupdater.autocomplete

This file was deleted.

2 changes: 1 addition & 1 deletion resources/etc/systemd/system/cfdnsupdater.service
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
Description=CFDNSUpdater

[Service]
ExecStart=/usr/local/bin/cfdnsupdater fileconfig -s /usr/local/etc/cfdnsupdater.conf
ExecStart=/usr/local/bin/cfdnsupdater -c /etc/cfdnsupdater.conf

[Install]
WantedBy=multi-user.target

0 comments on commit 88f5213

Please sign in to comment.