[Unit] Description=__APP__ After=syslog.target network.target [Service] Type=simple User=__APP__ Group=__APP__ WorkingDirectory=__FINALPATH__/ Environment="__YNH_NODE_LOAD_PATH__" Environment=NODE_ENV=production ExecStart=__FINALPATH__/bin/kresus.js --config __FINALPATH__/config.ini Restart=always StandardOutput=syslog StandardError=syslog SyslogIdentifier=__APP__ NoNewPrivileges=yes PrivateTmp=yes PrivateDevices=yes ProtectHome=yes ProtectSystem=full ProtectControlGroups=yes ProtectKernelModules=yes # to allow this systemd service to use sendmail. # references: # https://bugs.archlinux.org/task/57721 # https://linux.m2osw.com/snapwebsites-postfixpostdrop18189-warning-mailqueueenter-create-file-maildrop25937318189-permission # Future wait for this ticket to be resolved: https://github.com/YunoHost/issues/issues/947 SupplementaryGroups=postdrop ReadWritePaths=__FINALPATH__/config.ini __FINALPATH__/data/ /var/spool/postfix/maildrop/ [Install] WantedBy=multi-user.target