Package: msva-perl Version: 0.9.2-1 Severity: wishlist I just switched from runit to systemd for running a "system-wide" instance of msva-perl, using the following unit file. I suggest including a better version as an example.
[Unit] Description=MSVA After=network.target auditd.service ConditionPathExists=!/etc/monkeysphere/msva_not_to_be_run [Service] Environment="MSVA_ALLOWED_USERS=www-data clint" MSVA_KEYSERVER=hkp://pool.sks-keyservers.net MSVA_LOG_LEVEL=debug MSVA_PORT=5000 ExecStart=/usr/bin/msva-perl Restart=always KillMode=process User=wwwmsva Group=wwwmsva [Install] WantedBy=multi-user.target -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

