13 lines
		
	
	
		
			322 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			322 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
# After network.target just so replicator can talk to other nodes.
 | 
						|
[Unit]
 | 
						|
Description=OpenStack Object Storage (swift) - Account Replicator
 | 
						|
After=syslog.target network.target
 | 
						|
 | 
						|
[Service]
 | 
						|
Type=simple
 | 
						|
User=swift
 | 
						|
ExecStart=/usr/bin/swift-account-replicator /etc/swift/account-server.conf
 | 
						|
 | 
						|
[Install]
 | 
						|
WantedBy=multi-user.target
 |