diff options
Diffstat (limited to 'debian/shopno-os-stats.service')
-rw-r--r-- | debian/shopno-os-stats.service | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/debian/shopno-os-stats.service b/debian/shopno-os-stats.service new file mode 100644 index 0000000..91e3fd9 --- /dev/null +++ b/debian/shopno-os-stats.service @@ -0,0 +1,11 @@ +[Unit] +Description=Sync hourly system stats + +[Service] +Type=simple +User=system-stats +Group=system-stats +ExecStart=/usr/lib/system-stats/system-stats + +[Install] +WantedBy=default.target |