Mercurial > sm-archive
comparison sm-archive.service.rc @ 24:7d599c9b7d65
changes for rhel7 systemd and /var/run on tmpfs
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Mon, 06 Feb 2017 11:32:18 -0800 |
parents | 37793d4c90a0 |
children |
comparison
equal
deleted
inserted
replaced
23:37793d4c90a0 | 24:7d599c9b7d65 |
---|---|
5 After = local-fs.target | 5 After = local-fs.target |
6 After = network.target | 6 After = network.target |
7 Before = sendmail.service | 7 Before = sendmail.service |
8 | 8 |
9 [Service] | 9 [Service] |
10 Type = simple | 10 Type = forking |
11 UMask = 0022 | 11 UMask = 0022 |
12 User = sm-archive | 12 User = sm-archive |
13 WorkingDirectory = SYSCONFDIR/sm-archive | 13 WorkingDirectory = SYSCONFDIR/sm-archive |
14 ExecStart = SBINDIR/smarchive -d 10 -p local:/var/run/sm-archive/sm-archive.sock | 14 ExecStart = SBINDIR/smarchive -d 10 -p local:/var/run/sm-archive/sm-archive.sock |
15 | 15 |