Sign in

简柏林 / thingskit · Files

GitLab

  • Go to dashboard
  • Project
  • Activity
  • Files
  • Commits
  • Builds 0
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • Network
  • thingskit
  • packaging
  • js
  • scripts
  • control
  • deb
  • postrm
  • Init.d to systemctl
    1fc12b3a
    Andrii Shvaika authored
    2020-05-25 15:55:36 +0300  
    Browse Files »
postrm 106 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8
#!/bin/sh

set -e

systemctl --no-reload disable --now ${pkg.name}.service > /dev/null 2>&1 || :

exit 0