Ahenk/usr/share/ahenk/plugins/disk-quota/main.py
2020-04-06 18:13:10 +03:00

16 lines
No EOL
424 B
Python

#!/usr/bin/python3
# -*- coding: utf-8 -*-
def info():
inf = dict()
inf['name'] = 'disk-quota'
inf['version'] = '1.0.0'
inf['support'] = 'debian'
inf['description'] = 'Disk-Quota plugin provides to get current soft - hard quota and changing them.'
inf['task'] = True
inf['user_oriented'] = True
inf['machine_oriented'] = False
inf['developer'] = 'mine.dogan@agem.com.tr'
return inf