Initial status for developed files on dagda
This commit is contained in:
Binary file not shown.
@@ -0,0 +1,21 @@
|
||||
[Unit]
|
||||
Description=Mailcat IMAP sorting daemon
|
||||
After=network-online.target
|
||||
Wants=network-online.target
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
User=__APP_USER__
|
||||
Group=__APP_GROUP__
|
||||
WorkingDirectory=__APP_DIR__
|
||||
ExecStart=__PYTHON__ __APP_DIR__/sort_mail_daemon.py --account __ACCOUNT__ --folder INBOX --state-file __STATE_DIR__/sort_mail_daemon_state.json --log-file __LOG_DIR__/sort_mail_daemon.log
|
||||
Restart=always
|
||||
RestartSec=30
|
||||
NoNewPrivileges=true
|
||||
PrivateTmp=true
|
||||
ProtectSystem=full
|
||||
ProtectHome=true
|
||||
ReadWritePaths=__APP_DIR__ __STATE_DIR__ __LOG_DIR__
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
Reference in New Issue
Block a user