15 lines
		
	
	
		
			244 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			244 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
| [Unit]
 | |
| Description=Reminder Bot
 | |
| 
 | |
| [Service]
 | |
| User=reminder
 | |
| Type=simple
 | |
| ExecStart=/usr/bin/reminder-rs
 | |
| WorkingDirectory=/etc/reminder-rs
 | |
| Restart=always
 | |
| RestartSec=4
 | |
| Environment="reminder_rs=warn,postman=warn"
 | |
| 
 | |
| [Install]
 | |
| WantedBy=multi-user.target
 |