Skip to content

Commit

Permalink
Fix path for systemd unit files
Browse files Browse the repository at this point in the history
  • Loading branch information
02strich committed Aug 25, 2014
1 parent 046be7e commit ad5eabd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def running_under_virtualenv():
data_files.append(('/var/log/diamond',
['.keep']))
if distro_major_version >= '7' and not distro == 'debian':
data_files.append(('/etc/systemd/system',
data_files.append(('/usr/lib/systemd/system',
['rpm/systemd/diamond.service']))
elif distro_major_version >= '6' and not distro == 'debian':
data_files.append(('/etc/init',
Expand Down

0 comments on commit ad5eabd

Please sign in to comment.