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