File: solid-pop3d.service

package info (click to toggle)
solid-pop3d 0.15-32
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,916 kB
  • sloc: ansic: 6,347; sh: 2,089; makefile: 81
file content (17 lines) | stat: -rw-r--r-- 428 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[Unit]
Documentation=man:solid-pop3d(8)
Description=Solid POP3 Server
After=network.target remote-fs.target
Before=multi-user.target
ConditionPathExists=/usr/sbin/solid-pop3d

[Service]
Type=forking
EnvironmentFile=-/etc/default/solid-pop3d
# Only start if RUN_MODE is not inetd
ExecCondition=/bin/sh -c '[ "$RUN_MODE" != "inetd" ]'
ExecStart=/usr/sbin/solid-pop3d $OPTS
Restart=on-failure

[Install]
WantedBy=multi-user.target