diff options
author | tv <tv@nomic.retiolum> | 2014-02-19 13:58:09 +0100 |
---|---|---|
committer | tv <tv@nomic.retiolum> | 2014-02-19 13:58:32 +0100 |
commit | 69afd37b41d04b25a868da7d8fd2241b2a3aaa03 (patch) | |
tree | 9c59983dcaf41f4fe9bba26bcbc4a5cc202560da /retiolum/scripts/github_hosts_sync | |
parent | 2ce39803bf71bd49503ee8a6d81d73091883b465 (diff) |
hosts sync: fix pasto
Diffstat (limited to 'retiolum/scripts/github_hosts_sync')
-rw-r--r-- | retiolum/scripts/github_hosts_sync/systemd/hosts-sync.service | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/retiolum/scripts/github_hosts_sync/systemd/hosts-sync.service b/retiolum/scripts/github_hosts_sync/systemd/hosts-sync.service index 60d4799f..16235a6d 100644 --- a/retiolum/scripts/github_hosts_sync/systemd/hosts-sync.service +++ b/retiolum/scripts/github_hosts_sync/systemd/hosts-sync.service @@ -3,7 +3,7 @@ Description=retiolum github hosts sync After=network.target [Service] -EnvironmentFile=/etc/conf.d/retiolum-github-hosts-sync.conf +EnvironmentFile=/etc/conf.d/hosts-sync.conf ExecStart=/krebs/retiolum/scripts/github_hosts_sync/index KillMode=process User=hosts-sync |