Sha256: af515b01f50afd5db70a05e981b7db719203340211c87db50a374304d2fdadf3

Contents?: true

Size: 195 Bytes

Versions: 7

Compression:

Stored size: 195 Bytes

Contents

require "erubis"

module Capper
  module Utils
    module Systemd

      def systemctl(*args)
        run("systemctl --user " + [args].flatten.map(&:to_s).join(" "))
      end

    end
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
capper-2.0.0 lib/capper/utils/systemd.rb
capper-2.0.0.rc3 lib/capper/utils/systemd.rb
capper-2.0.0.rc2 lib/capper/utils/systemd.rb
capper-2.0.0.rc1 lib/capper/utils/systemd.rb
capper-2.0.0.pre3 lib/capper/utils/systemd.rb
capper-2.0.0.pre2 lib/capper/utils/systemd.rb
capper-2.0.0.pre1 lib/capper/utils/systemd.rb