diff options
-rw-r--r-- | debian/shopno-os-log-sync.user.service | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/debian/shopno-os-log-sync.user.service b/debian/shopno-os-log-sync.user.service new file mode 100644 index 0000000..15a870f --- /dev/null +++ b/debian/shopno-os-log-sync.user.service @@ -0,0 +1,12 @@ +[Unit] +Description=Shopno OS Stats Sync +Requires=shopno-os-log-sync@daily.timer +Requires=shopno-os-log-sync@weekly.timer + +[Service] +Type=oneshot +ExecStart=/bin/true +RemainAfterExit=on + +[Install] +WantedBy=default.target |