File: systemd-procserv-generator-user

package info (click to toggle)
procserv 2.8.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,356 kB
  • sloc: sh: 4,154; cpp: 1,715; ansic: 1,417; python: 870; makefile: 65
file content (6 lines) | stat: -rwxr-xr-x 112 bytes parent folder | download
1
2
3
4
5
6
#!/usr/bin/python3

import sys

from procServUtils import conf, generator
generator.run(sys.argv[1], user=True)