diff options
author | tv <tv@nomic.retiolum> | 2014-02-19 14:10:56 +0100 |
---|---|---|
committer | tv <tv@nomic.retiolum> | 2014-02-19 14:10:56 +0100 |
commit | a265ea9d0693a25fffa2ed0eaa9622b91758f51a (patch) | |
tree | d7f9066c7dd97c78197927304af9eed790aad0d4 /retiolum/scripts | |
parent | 93c56cedd11be673176f1519fd17d05f67844e34 (diff) |
hosts sync: rename index for nicer journal
Diffstat (limited to 'retiolum/scripts')
-rwxr-xr-x | retiolum/scripts/github_hosts_sync/hosts-sync (renamed from retiolum/scripts/github_hosts_sync/index) | 0 | ||||
-rw-r--r-- | retiolum/scripts/github_hosts_sync/systemd/hosts-sync.service | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/retiolum/scripts/github_hosts_sync/index b/retiolum/scripts/github_hosts_sync/hosts-sync index 53c96efd..53c96efd 100755 --- a/retiolum/scripts/github_hosts_sync/index +++ b/retiolum/scripts/github_hosts_sync/hosts-sync diff --git a/retiolum/scripts/github_hosts_sync/systemd/hosts-sync.service b/retiolum/scripts/github_hosts_sync/systemd/hosts-sync.service index 83609740..5fb9ed41 100644 --- a/retiolum/scripts/github_hosts_sync/systemd/hosts-sync.service +++ b/retiolum/scripts/github_hosts_sync/systemd/hosts-sync.service @@ -4,7 +4,7 @@ After=network.target [Service] EnvironmentFile=/etc/conf.d/hosts-sync.conf -ExecStart=/krebs/retiolum/scripts/github_hosts_sync/index +ExecStart=/krebs/retiolum/scripts/github_hosts_sync/hosts-sync KillMode=process User=hosts-sync Group=hosts-sync |